thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Add Fastlane configuration #15

Closed jakecraige closed 7 years ago

jakecraige commented 7 years ago

Add the fastlane directory and configuration for iOS/Android deploys.

Supports pushing an iOS TestFlight build, building an Android APK, and a command to bump the version of iOS and Android together with a commit/tag.

closes https://github.com/thoughtbot/react-native-template/issues/12

jakecraige commented 7 years ago

Thanks for the great feedback Gordon. Updated accordingly.