Lines Matching refs:web
3 description: Learn how to develop your app for the web so you can build a universal app.
9 …n web, your app is rendered with [React Native for web](https://github.com/necolas/react-native-we…
17 Then you can use Expo CLI to install the web dependencies in your project:
19 <Terminal cmd={['$ npx expo install react-dom react-native-web @expo/webpack-config']} />
42 <Terminal cmd={['$ npx expo start --web']} cmdCopy="npx expo start --web" />
44 You can test secure web APIs like the camera and user location by adding the `--https` flag to `npx…
46 > You can try experimental [Metro web support](/guides/customizing-metro#web-support) instead of we…
50 > **Example:** The website [beatgig.com](https://beatgig.com/) uses Expo web + Next.js to achieve S…
52 …web app as a **single page application (SPA)**. This rendering pattern is the closest to how nativ…
54 The ability to use Expo web with these other React frameworks is what makes it the most powerful wa…
68 description="Export your website and upload to any web host."
72 title="Progressive web app"
74 href="/guides/progressive-web-apps"
79 href="https://blog.expo.dev/media-queries-with-react-native-for-ios-android-and-web-e0b73ed5777b"