react-native-ci
react-native-ci copied to clipboard
A CLI for integrating CI/CD pipeline to React Native project
Changed template Fastfile to use Android App Bundle as default. Reasons to use .aab include smaller app size and no need to build for separate CPU architectures, as that is...
Check that react-native-ci is compatible with the laterst RN version (currently 0.61.2)
Project is getting large enough that I believe we would get good benefits of using Typescript.
Currently CircleCI is supported. There are other ones we probably would get added easily if our architecture made it possible. Make it possible to choose between CI services and easy...
Currently we're running `pod install` and downloading the whole pod registry, taking close to 6 minutes whether it's needed or not. We should check the existence of the `Podfile` and...
Currently ios flow tries to produce release, dev and staging versions of the app to testflight without any options from user. It would be better if user can choose which...
In `circle.yml` we have to specify the Android build env, including the available SDK. If this doesn't match what is in the test project's `android/` folder then the build will...
Would be nice for example to be able to immediately get an APK or IPA for a PR and test it out.