cloudorbush
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 👏
I've been getting the same error too.
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, } ); ```
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
Can confirm this bug still exists. Manually focusing requires too much delay sadly.
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
> +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!