Learning react-native basic with many example
Learning react-native basic with many example
install note.js
npm install -g react-native-cli
react-native init HelloWorld
cd HelloWorld
react-native start
react-native run-android
react-native run-ios
open command window
cd to folder ..\sdk\platform-tools
adb reverse tcp:8081 tcp:8081