React-Native: Android React Native Setup



# Install Adnroid SDK

# Install Node Js

# Install react

# run the following commands

npm install -g react-native-cli

react-native init AwesomeProject

# To run with local server, run the following commands under your react-native project root directory

react-native start  /dev/null 2>&1 & adb reverse tcp:8081 tcp:8081

Comments

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper