Questions tagged [expo-web]

Expo is a set of tools and services for building, deploying, and quickly iterating on native iOS, Android, and web apps from the same codebase. Use this tag for questions that are specific to web apps.

See Getting to know Expo and Using Expo for web.

47 questions
0
votes
1 answer

How can I use sessionStorage in web browser on expo

I want to use sessionStorage on expo-web development. How do I access browser based storage with expo?
enoveh
  • 103
  • 7
0
votes
1 answer

How to get NetInfo working with expo-web?

I tried to use the NetInfo example from the expo docs: https://docs.expo.io/versions/latest/sdk/netinfo/ When I am compiling for web, the compiling fails with TypeError: NetInfo.addEventListener is not a function (anonymous…
1 2 3
4