react-native-base-project

React Native base project

Prerequisites

Development

  1. Clone Repository
  2. Run yarn o npm on the project route
  3. cd ios && pod install && cd .. on the project route
  4. Run a metro bundler on the project route yarn start --reset-cache o npm start --reset-cache
  5. yarn ios or npm ios to execute ios simulator
  6. yarn android or npm android to execute ios simulator