Replies: 5 comments 3 replies
-
Did you find a solution for this? Running into the same problem. |
Beta Was this translation helpful? Give feedback.
-
Same issue here |
Beta Was this translation helpful? Give feedback.
-
A quick workaround will be to disable the persistSession prop to false. And then you'll be able to launch the expo web app ‐------------------------------------------- const supabase = createClient("https://xyzcompany.supabase.co", "public-anon-key", { |
Beta Was this translation helpful? Give feedback.
-
in app.json change the output value from static to single
|
Beta Was this translation helpful? Give feedback.
-
anyone get a solution? |
Beta Was this translation helpful? Give feedback.
-
I've been ecountering this error "ReferenceError: window is not defined" when using the "import AsyncStorage from '@react-native-async-storage/async-storage';" on my project and running the Expo Web version. I do not have the issue with when running the IOS or Android with the expo app. If I remove the library the Web build and runs.
Is anyone else having the same issue? I was using the Expo v50 and just updated to the v51, but still have the issue.
Beta Was this translation helpful? Give feedback.
All reactions