DEV Community

Discussion on: How to create React Native App for Android, iOS and Web without Expo

Collapse
 
reinraus profile image
ReinRaus

Step 9

"web": "webpack serve -d source-map --mode development --config \"./web/webpack.config.js\" --inline --color --hot"
Enter fullscreen mode Exit fullscreen mode

--inline is deprecated

stackoverflow.com/questions/705284...