Yehya Albakri

Results 3 comments of Yehya Albakri

Here are step by step instructions for anyone interested ### Step 1: Open the Files You'll need to make changes to the following files within the `react-native-snap-carousel` package inside your...

I found a fix for this. It doesn't make sense why this works, but ```javascript supabase.auth .signOut({ scope: 'local' }) ``` putting scope local, instead of leaving it empty worked....

There's still another issue relating to this. When upgrading to the latest version: 2.43.5, everything breaks and I get this error: ![Screenshot 2024-06-19 192313](https://github.com/supabase/supabase-js/assets/60372239/67d38c71-02b9-48a4-94cf-c31cde447ebe) On version 2.43.2, I don't get...