Supabase client not working properly with React Native CLI #35706
Unanswered
lakhveer02
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm facing an issue using
@supabase/supabase-jswith React Native CLI (not Expo). It throws errors related to missing browser APIs likecrypto,WebSocket, orfetch.2. Installed Supabase and polyfills:
3. Added polyfills in
index.js:All reactions