Skip to content

JuanfraM/react-native-target

Repository files navigation

React Native Base

CircleCI Maintainability Test Coverage

Commands

  1. Start the app. yarn start
  2. Lint the app. yarn lint
  3. Test the app. yarn test

Getting started

  1. Install dependencies: yarn
  2. Create a file named .env in the root directory of the project and define your config constants there, for example:
API_URL=https://rails5-api-base.herokuapp.com/api/v1
SOME_OTHER_CONFIG=something
  1. Rename your new project using react-native-rename (https://github.com/junedomingo/react-native-rename)
  2. Start on android or ios: react-native run-android or react-native run-ios

Configuring Code Climate

  1. After adding the project to CC, go to Repo Settings
  2. On the Test Coverage tab, copy the Test Reporter ID
  3. Replace the current value of CC_TEST_REPORTER_ID on the config.yml file (.circleci/config.yml) with the one you copied from CC

Troubleshooting

iOS not building on Xcode 10

https://github.com/rootstrap/react-native-base/issues/40

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors