-
install react-native via npm command:
npm installto install all dependencies of the project. -
Confirm react-native installation using
react-native infocommand.
-
run npm script with an adb device connected
-
For android:
npm run android -
For IOS:
npm run ios
- Refer the following link: https://reactnative.dev/docs/signed-apk-android
- try to run
react-native doctor, to Diagnose and fix common Node.js, iOS, Android & React Native issues. - refer to logs using
react-native log-androidcommand.