infinitered / ignite-bowser

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
https://infinite.red/ignite
MIT License
616 stars 140 forks source link

Add Fastlane #206

Open robinheinze opened 5 years ago

robinheinze commented 5 years ago

Add example Fastfiles for iOS and Android, along with documentation for getting started on CI/CD.

flexbox commented 5 years ago

@robinheinze Maybe you can ping @eduplus on the #react-native-ci channel on Slack. There is example on this repo with fastlane integration https://github.com/solinor/react-native-ci

robinheinze commented 5 years ago

The Chain React Conf app is also a good example, as we had Fastlane setup, as well as Automated Testflight builds using CircleCI https://github.com/infinitered/ChainReactApp2019

plrdev commented 5 years ago

Thanks for the ping @flexbox - I would be more than happy to coordinate so that react-native-ci would integrate well with ignite (bowser). Up to you how you want to go about it.

hedgerh commented 4 years ago

Would love to contribute back to this, but I'm a newb to RN. What would out-of-the-box CI/CD look like in Bowser? Need to set it up in my own project, so happy to contribute it back.