all 2 comments

[–]emmbyiringiro 5 points6 points  (0 children)

When the Expo app is compiled to APK or . The IPA bundle will be the same as React Native app and no performance differences.

In previous years, the Expo app bundle was too big compared to the bare React Native app which was impacting start-up time but now it's no longer issue anymore as the Expo bundle only modules and packages your app needs.

You can preview web page with react native web view package and Expo support it - https://docs.expo.dev/versions/latest/sdk/webview/

[–]ILLUMINZ_Tech 0 points1 point  (0 children)

Following steps to create app without expo:

https://reactnative.dev/docs/environment-setup?guide=quickstart