1.1 Building an app in 5 minutes
- Requirement follow Getting Started
- Generate a new React Native project
react-native init testRn
- Build & run project
or openreact-native run-ios
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