Skip to content

The assessment base for our CLI test about React Native

Notifications You must be signed in to change notification settings

g2i/react-native-assessment

Repository files navigation

React Native Assessment Repo

This is the base project used for G2i's CLI test on React Native

Dependencies

Requires:

  • Node (minimum LTS version)
  • npm
  • yarn

How to run

Check the official docs if you have issues

Install dependencies: yarn

for iOS:

Install pods: cd ios && pod install Build iOS: yarn ios

for Android:

Build Android: yarn android

Code guidelines

The project uses ESLINT and Prettier to have consistency. We expect every change to abide to these two tools.

FAQ

Issues building on Apple Sillicon (Mac m1)

Check this post out. In summary make sure to exclude Arm64 from the project architecture.

About

The assessment base for our CLI test about React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published