Using Expo web in react native app

Does expo run:web work well in vanilla react native app (not bare workflow) after installing expo modules?

There might be other changes you need to make too.

I’d create a new Expo app with expo init and compare app.json, package.json, babel.config.js etc. with your app to see if there’s anything else you need to do.

1 Like

It also depends on the modules and libraries you are using.
Not all may have web support.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.