Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 641 Bytes

File metadata and controls

18 lines (13 loc) · 641 Bytes

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