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
Latest comments (19)
github.com/expo/expo/blob/master/d... worked for me
Hi @evanbacon , great work!
Could you please update the steps for Next.js integration with Expo - the offline support part? Following the instructions won't work. Thanks!
This is awesome. Am I able to develop my iOS/Android app within the next
pages, or do I need to do that separately?Hi Evan, I was wondering if this would work with a custom next App using _app.js?
I'm really excited about this approach, already got some butterflies in my stomach in anticipation of the surprises it might hold down the road
Any example how will
react-navigationwork withnext-expoweb project?yarn next devis not working for a web-only project.I'm getting the following:
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...
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?)Does this work even without react-native-web?
This is a web only feature as Next.js doesnβt support native platforms