nandorojo / expo-next-react-navigation

⛴ Make Next.js and react-navigation play nicely together with an Expo/React Native Web app.
404 stars 32 forks source link

Can this module be used for bare react native + nextjs too? #95

Closed Wuyialex closed 2 years ago

Wuyialex commented 2 years ago

Looking at the code, there doesn't seem to be any dependency on expo(except dev dependency). Is there any problem if I use it for bare react native + nextjs? But I'm curious as to why the name was named expo-.

nandorojo commented 2 years ago

Nope, that should work. I named it that when expo web first came out. It was my first open source project. Naming is hard haha. But I have a new project in the works to totally replace this one (and rename it 😎) It’ll be very similar, except it will use Next.js APIs with 99% code sharing between Next and Native