cloudorbush

Results 75 comments of cloudorbush

@solominh @trin4ik is there a way to make it work with `react-navigation/native-stack` ?

It's beyond annoying to always be logged out of supabase apps, including the supabase dashboard.

I think this is fixed now with v2. Congratulations supabase team 👏

At the same time: ```jsx supabase.auth.signIn({ phone: phone, }) ``` sends an OTP code even if no account is linked to that phone number. This is quite confusing.

@fkhadra thanks. How would the `authUrl` look when using a simple email or phone signin?

@fkhadra thank you. I think it just works doing ```jsx supabase.auth.signIn( { email, password, } ); ```

Can confirm this bug still exists. Manually focusing requires too much delay sadly.

> +1 > > In my case it's because of react-navigation. > > My workaround: > > ```js > // With ref > const insets = useSafeAreaInsets(); > const headerHeight...

Let's merge this one!