Skip to content
Hunter Wu edited this page Jan 16, 2019 · 1 revision

install

sudo apt-get install autoconf  automake python-dev
git clone https://github.com/facebook/watchman.git
cd watchman
./autogen.sh
./configure
make
sudo make install
sudo npm install -g react-native-cli

init

react-native init AwesomeProject
export ANDROID_HOME=...
react-native run-android
Clone this wiki locally