Andrew Flett
Andrew Flett
When creating a user and signing in the order of events is a little out, the user isn't properly added to the database until after the sign in call is...
> Packages that rely on any type of context need to be called on the client. For it to work you'll need to create separate components or make your `app/page.tsx`...
Can confirm 13.10.6 fixes this for us as well, unfortunately Expo is stuck at 13.8 at the moment, but hopefully they'll catch up at some point.
@anasvemmully Either downgrade `
Expo Go [only supports](https://github.com/expo/expo/blob/3225f400dc9c99f2dca385bdc1d93e3367088855/apps/expo-go/ios/vendored/unversioned/react-native-webview/react-native-webview.podspec.json#L2) `13.8` at the moment, which is a real pain [because shared cookies are broken on iOS](https://github.com/react-native-webview/react-native-webview/issues/3344) on that version. I've asked on Expo's Discord if they...