Skip to content

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

Notifications You must be signed in to change notification settings

naqvitalha/rn-rnw-setup-live-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published