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-iostestRn/ios/testRn.xcodeprojand build with XCode's play button

or if the app already builded, start the webserver
npm start
//or
react-native start