- nodejs Download and install
- JDK Download and install
- Android Studio download and install
then you should add Environment variables a new path for SDK and JDK;
JAVA_HOME: C:\path\to\JavaSDK
ANDROID_HOME: C:\path\to\AndroidSDK
If you have a mobile device just connect to computer that's enough else you should make under flowlist
- Create a new android project
- Android virtual devices: manage AVD -> Create
- Choose one android virtual device
- Virtual device create
- Alternative virtual device
- React native global CLI install
npm install -g react-native-cli
- Create a new react native project
react-native init HelloReactNative
- Start project for android & ios
react-native run-android
react-native run-ios