Expo + Next-auth
Have anyone tried this PR from @julius where he managed to get next-auth working with expo?
https://github.com/t3-oss/create-t3-turbo/tree/11-02-feat_expo_auth
I simply cannot make it work, did anyone managed to do it? I would not redirect properly when trying to sign in with Discord
GitHub
GitHub - t3-oss/create-t3-turbo at 11-02-feat_expo_auth
Clean and simple starter repo using the T3 Stack along with Expo React Native - GitHub - t3-oss/create-t3-turbo at 11-02-feat_expo_auth
5 Replies
I'm using Expo Go on my phone - emulators not working for me /sad
you probably need to change some of my hardcoded ips
Ah do you mean the redirect. Nice I'll give it a try! Is that branch going to be merged in anytime soon?
i want to figure out some more robust way to get those values without hardcoding
could use debuggerHost but that'll only work in dev so not optimal
makes sense. I'll have a play with it