- Download and install Node LTS
- Follow Steps here under the
React Native CLI Quickstart
tab cd
into the project directory- Run
npm install
to install node modules - Run
npx react-native run-ios
ornpx react-native run-android
Note: only Android will work for an external device as well as an emulator; you will have to use a simulator for iOS.