This tutorial has moved to expo/next-adapter.

For further actions, you may consider blocking this person and/or reporting abuse
This tutorial has moved to expo/next-adapter.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (19)
yarn next dev
is not working for a web-only project.I'm getting the following:
πππππππ
π₯³ππ₯³ππ₯³ππ₯³π
That seems exciting, thank you for introducing.
Thanks so much! π I'm pretty hyped with how easy it is!
The normal expo-for-web dev server (
expo start:web
) uses metro bundler & webpack-dev-server collaboration. On the other hand, does next-expo's dev server (next dev
) use the dev server managed only by next.js? (expo-cli's build system is not used?)This looks awesome! Does nextjs work work react-navigation? How will the routing work in native and web?
Currently, I'm writing a separate navigation bar for the web. It only supports the Next.js default page-based routing for the web. docs.expo.io/versions/latest/guide...
Awesome article! Done React Native without expo and Next.js projects and am now excited to bridge that gap.
How did you go about generating the file structure code block for this article?
Hah I did it manually π
you can try using this command called "tree" sourabhbajaj.com/mac-setup/iTerm/t...
This is awesome. Am I able to develop my iOS/Android app within the next
pages
, or do I need to do that separately?Any example how will
react-navigation
work withnext-expo
web project?Does this work even without react-native-web?
This is a web only feature as Next.js doesnβt support native platforms
github.com/expo/expo/blob/master/d... worked for me