DEV Community

Discussion on: Using Expo SDK with Next.js websites

Collapse
 
5ervant profile image
Mark Anthony B. Dungo • Edited

yarn next dev is not working for a web-only project.

I'm getting the following:

The static directory has been deprecated in favor of the public directory. err.sh/zeit/next.js/static-dir-dep...
Error: The project entry file could not be resolved. Please either define it in the package.json (main), app.json (expo.entryPoint), create an index.js, or install the expo package.
...