-
install react-native cli
npm install -g react-native-cli
-
install dependencies
npm install / yarn install
-
generate native project
react-native eject
-
generate app-icon
npm run app-icon / yarn run app-icon
-
run the app
react-native run-ios / react-native run-android