Julian Hecker

Results 6 comments of Julian Hecker

Works for me. Still having some funkiness with the textinput and safearea

Having this issue too. Commenting to get updates :)

I too am having this issue. I saw another issue, #2200, that makes reference to use-memo-one being abandoned. However, it was just updated a few months ago to support React...

@posowoco I have also been unable to use this on an ipad, and I would very much like to have it fixed! Could you create / have you created a...

Also having this issue in react-native with the latest version of expo, following the [user management expo supabase tutorial](https://supabase.com/docs/guides/getting-started/tutorials/with-expo-react-native)

Thanks all. The solution that worked for me is this one: ```ts export const supabase = createClient(supabaseUrl, supabaseAnonKey, { auth: { // https://github.com/supabase/supabase-js/issues/870 ...(Platform.OS !== 'web' ? { storage: AsyncStorage...