undefinedStep 1: git clone this repo:
undefinedStep 2: cd to the cloned repo:
undefinedStep 3: Run the setup script: ./bin/setup
react-native run-iosreact-native run-androidIf you are working on the AWS AppSync talk discussion feature of the app, you will need a .env file with the proper API token. Please ping @jamon in the #chainreact channel of the Infinite Red community Slack and we’ll hook you up!
fastlane match development and fastlane match appstorecd ios
bundle
bundle exec fastlane ios bump_build_number
bundle exec fastlane ios beta
cd android
bundle
bundle exec fastlane android beta
This project adheres to TSLint and Prettier. We suggest you enable linting to keep your project compliant during development. You can lint the project by running yarn lint.
undefinedTo Lint on Commitundefined
This is implemented using husky. There is no additional setup needed.
undefinedBypass Lintundefined
If you have to bypass lint for a special commit that you will come back and clean (pushing something to a branch etc.) then you can bypass git hooks with adding --no-verify to your commit command.
undefinedUnderstanding Linting Errorsundefined
The linting rules are from tslint-config-prettier. Regular TS errors can be found with descriptions here.