/rn-rnw-setup-live-reload

Demo showcasing setting up React Native and React Native Web with live reload on both.

Primary LanguageObjective-C

rn-rnw-setup-live-reload

Demo showcasing setting up React Native and React Native Web with live reload on both.

To run:

npm install
webpack-dev-server --watch --port 8082

//In another terminal
cd AwesomeProject
npm install
react-native run-android

Please note you may need to install webpack-dev-server globally in some cases.

npm install webpack-dev-server -g