Skip to content

Instantly share code, notes, and snippets.

@skierkowski
Created February 20, 2016 06:10
Show Gist options
  • Save skierkowski/0c767576418afc434174 to your computer and use it in GitHub Desktop.
Save skierkowski/0c767576418afc434174 to your computer and use it in GitHub Desktop.
  • fastlane-rnpm: React Native Package Manager support in Fastlane so I can install dependencies in build Fastlane.
  • fastlane-react-native: Fastlane Action(s) for React Native, so I can rebuild my static assets in my build process.
  • fastlane-codepush: Fastlane Action(s) for CodePush, so I can deploy the static assets generated by RN to CodePush.
  • A simple way to detect whether I modified only the static assets or the iOS/Android libraries to determine if I need to rebuild and redistribute, or if I can just use CodePush to deploy the static assets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment