rn-rnw-setup-live-reload
rn-rnw-setup-live-reload copied to clipboard
Blank Page show in browser
I have successfully run webpack-dev-server --watch -port 8082 But when i open http://localhost:8082/ in the browser to see the web page, I only see blank page.
There is another issue, when i change the text context in App.js it won't update when i run in ios simulator.
Hi, Even I have tried executing the project. I am getting a blank page. localhost:8082 please update this command webpack-dev-server --watch -port 8082 (--port). as per webpack-dev-server.
when I tried configuring the project using the latest packages of webpack babel react and react-native. webpack-dev-server command fails, invalid args for path exepcted string and received boolean. tried directly harcoding the string for path varibale in webpack.config.js didn't resolve the issue.
as per the webpack.config file it should create a directory and place the bundle.js, directory also not created.
I have the same issue