xxxxxxxxxx
1] Download node js (Should be above 12V)
2] mkdir react_native (Create directory)
3] cd react_native
4] npm install -g expo-cli
5] expo init firstApp (If expo command giving error like:
cannot be loaded because running scripts is disabled on this system. For more information,
see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.)
RUN Command:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
// Choose blank template
6] cd firstApp
7] npm start or expo start
xxxxxxxxxx
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools