Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 488 Bytes

11_building_an_app_in_5_minutes.md

File metadata and controls

22 lines (18 loc) · 488 Bytes

1.1 Building an app in 5 minutes

  1. Requirement follow Getting Started
  2. Generate a new React Native project
react-native init testRn
  1. Build & run project
react-native run-ios

or open testRn/ios/testRn.xcodeproj and build with XCode's play button

or if the app already builded, start the webserver

npm start
//or
react-native start