react native supabase calls just hang
I’m currently building a react-native app with expo making use of supabase. However my calls to supabase sometimes just hang and cause my app not to load. I have a userContext
that I wrap my main _Layout.tsx
with and I have the following code in a useEffect in the context: