Yehya Albakri
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:  On version 2.43.2, I don't get...