Skip to content

nparashuram/ChainReactApp2019

 
 

Repository files navigation

The official Chain React App for #ChainReact2019

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Run the setup script: ./bin/setup

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • run react-native run-android

Secrets

If 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!

Deploying

  1. Follow steps 2-5 in the secrets repo (See Jamon or Robin for access)
  2. Open the Xcode Workspace and go to Build Settings. Make sure "Manage certificates automatically" is not checked, and select the correct certificate. If you don't see any certificates you may need to run fastlane match development and fastlane match appstore
  3. To deploy iOS beta:
cd ios
bundle
bundle exec fastlane ios bump_build_number
bundle exec fastlane ios beta
  • If prompted for an app-specific password, it's located in the secrets repo.
  • If the build is successful, commit the new build number.
  1. To deploy Android beta:
cd android
bundle
bundle exec fastlane android beta
  • If the build was successful, commit the build number

🚫 TSLint Compliant

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.

To Lint on Commit

This is implemented using husky. There is no additional setup needed.

Bypass Lint

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.

Understanding Linting Errors

The linting rules are from tslint-config-prettier. Regular TS errors can be found with descriptions here.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.1%
  • Objective-C 16.8%
  • Ruby 6.3%
  • JavaScript 5.2%
  • Java 1.1%
  • Shell 0.8%
  • Python 0.7%