DEV Community

Discussion on: Step 2: Setting up React with React-Native-Web

Collapse
 
ericterpstra profile image
Eric Terpstra

Great tutorial!
One issue I ran into in this article is that the default webpack-cli installed by yarn is not compatible with webpack-dev-server. Changing webpack-dev-server to webpack serve in the start-react script of package.json seems to fix it.