transitioning nextjs to expo

I currently have a nextjs app that works fine. However I found out scheduling notifications in PWA world is difficult and doesn’t work offline. So the plan is to move to Expo/react native. Anyone have ideas on libraries and such I can use? Currently I have in the site next-auth, tailwind, and react query with a full nextjs based api. In expo im looking at using expo router v3, nativewind, and react query again to actually make requests. I’m also potentially looking at using the api routes in expo, since ideally it’d be nice to have one universal codebase for api, web, and app. The part I’m struggling with most is auth though, need some help with ideas for that
1 Reply
Monster
Monster4mo ago
For reference the app is a calendar app. And being able to send scheduled notifications before events would be a very important feature in a calendar app imo. Hence moving off PWA