On macOS, make sure you installed React Native CLI.
To get started:
npm install
To build for simulator, run one of the following:
react-native run-ios
react-native run-android
Shake phone to display debug options - you can reload JS or open Chrome debugger.