Home
last modified time | relevance | path

Searched refs:web (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/expo/packages/html-elements/src/primitives/
H A DView.tsx20 /** @platform web */
22 /** @platform web */
24 /** @platform web */
26 /** @platform web */
28 /** @platform web */
30 /** @platform web */
32 /** @platform web */
34 /** @platform web */
36 /** @platform web */
38 /** @platform web */
[all …]
H A DText.tsx21 /** @platform web */
23 /** @platform web */
25 /** @platform web */
27 /** @platform web */
29 /** @platform web */
31 /** @platform web */
33 /** @platform web */
43 /** @platform web */
45 /** @platform web */
48 /** @platform web */
[all …]
H A DRNWView.tsx10 import StyleSheet from 'react-native-web/dist/exports/StyleSheet';
11 import TextAncestorContext from 'react-native-web/dist/exports/Text/TextAncestorContext';
12 import createElement from 'react-native-web/dist/exports/createElement';
13 import * as forwardedProps from 'react-native-web/dist/modules/forwardedProps';
14 import pick from 'react-native-web/dist/modules/pick';
15 import useElementLayout from 'react-native-web/dist/modules/useElementLayout';
16 import useMergeRefs from 'react-native-web/dist/modules/useMergeRefs';
17 import usePlatformMethods from 'react-native-web/dist/modules/usePlatformMethods';
18 import useResponderEvents from 'react-native-web/dist/modules/useResponderEvents';
19 import { PlatformMethods, ViewProps } from 'react-native-web/dist/types';
[all …]
/expo/packages/html-elements/build/primitives/
H A DView.js.map1web/issues/832\n\ntype NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeo…
H A DText.js.map1web/issues/832\n\ntype NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeo…
/expo/docs/pages/guides/
H A Dprogressive-web-apps.mdx3 desscription: Learn how to build a progressive web app with Expo.
14 Expo web projects generate PWA assets and manifests by default, you only need to [add offline web s…
30 | <CODE>web.shortName \| web.name</CODE> | `short_name` | `<meta name="ap…
39 | `web.barStyle` | | `<meta name="ap…
62 - Status Bar Style is resolved with: `web.meta.apple.barStyle | web.barStyle`.
64 …This can be overwritten with `<meta name="apple-mobile-web-app-status-bar-style" />` in the **web/…
65 - The home screen name is resolved with: `web.shortName | web.name | name`.
66 …- This can be overwritten with `<meta name="apple-mobile-web-app-title" />` in the **web/index.htm…
96 web: {
122 - `touch web/manifest.json` or `expo-pwa manifest`
[all …]
/expo/packages/html-elements/build/elements/
H A DLayout.js11 web: { property
16 web: { property
21 web: { property
26 web: { property
34 web: { property
39 web: { property
H A DText.types.js.map1 …form web */\n href?: string;\n /** @platform web */\n target?: string;\n /** @platform…
/expo/packages/@expo/config/src/paths/__tests__/__snapshots__/
H A Dextensions-test.ts.snap24 exports[`getBareExtensions creates extensions for web 1`] = `
26 "web.ts",
27 "web.tsx",
28 "web.mjs",
29 "web.js",
30 "web.jsx",
/expo/packages/expo-image-manipulator/build/actions/
H A Dindex.web.js.map1web.js","sourceRoot":"","sources":["../../src/actions/index.web.ts"],"names":[],"mappings":"AAAA,O…
/expo/docs/pages/workflow/
H A Dweb.mdx3 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" />
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…
68 description="Export your website and upload to any web host."
72 title="Progressive web app"
74 href="/guides/progressive-web-apps"
[all …]
/expo/packages/html-elements/src/elements/
H A DLayout.tsx16 web: {
23 web: {
30 web: {
37 web: {
47 web: {
54 web: {
/expo/docs/.vale/writing-styles/expo-docs/
H A DPlatformsOrder.yml2 message: "When referencing multiple platforms, use the order: 'Android, iOS, and web'."
3 …blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md#referencing-android-ios-and-web'
8 - iOS, Android, and web
9 - web, iOS and Android
/expo/packages/expo/src/
H A DExpo.fx.web.tsx1 // When users dangerously import a file inside of react-native, it breaks the web alias.
2 // This is one of the most common, and cryptic web errors that users encounter.
13 …Your web project is importing a module from 'react-native' instead of 'react-native-web'. Learn mo…
/expo/packages/expo-clipboard/build/
H A DExpoClipboard.web.js.map1web.js","sourceRoot":"","sources":["../src/ExpoClipboard.web.ts"],"names":[],"mappings":"AAAA,OAAO…
/expo/packages/expo/build/
H A DExpo.fx.web.js.map1web.js","sourceRoot":"","sources":["../src/Expo.fx.web.tsx"],"names":[],"mappings":"AAAA,wFAAwF;AA…
/expo/docs/pages/versions/unversioned/sdk/
H A Dsharing.mdx17 <PlatformsSection android emulator ios simulator web />
19 #### Sharing limitations on web
21 …xpo-sharing` for web is built on top of the Web Share API, which still has [very limited browser s…
22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
23 …ocal file sharing on web**: Sharing local files by URI works on Android and iOS, but not on web. Y…
H A Dwebbrowser.mdx3 description: A library that provides access to the system's web browser and supports handling redir…
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-web-browser'
5 packageName: 'expo-web-browser'
6 iconUrl: '/static/images/packages/expo-web-browser.png'
14 `expo-web-browser` provides access to the system's web browser and supports handling redirects. On …
16 <PlatformsSection android emulator ios simulator web />
24 <SnackInline label="Basic WebBrowser usage" dependencies={["expo-web-browser", "expo-constants"]}>
29 import * as WebBrowser from 'expo-web-browser';
71 import * as WebBrowser from 'expo-web-browser';
74 <APISection packageName="expo-web-browser" apiName="WebBrowser" />
[all …]
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsharing.mdx17 <PlatformsSection android emulator ios simulator web />
19 #### Sharing limitations on web
21 …xpo-sharing` for web is built on top of the Web Share API, which still has [very limited browser s…
22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
23 …ocal file sharing on web**: Sharing local files by URI works on Android and iOS, but not on web. Y…
H A Dwebbrowser.mdx3 description: A library that provides access to the system's web browser and supports handling redir…
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-web-browser'
5 packageName: 'expo-web-browser'
6 iconUrl: '/static/images/packages/expo-web-browser.png'
14 `expo-web-browser` provides access to the system's web browser and supports handling redirects. On …
16 <PlatformsSection android emulator ios simulator web />
24 <SnackInline label="Basic WebBrowser usage" dependencies={["expo-web-browser", "expo-constants"]}>
29 import * as WebBrowser from 'expo-web-browser';
71 import * as WebBrowser from 'expo-web-browser';
74 <APISection packageName="expo-web-browser" apiName="WebBrowser" />
[all …]
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsharing.mdx17 <PlatformsSection android emulator ios simulator web />
19 #### Sharing limitations on web
21 …xpo-sharing` for web is built on top of the Web Share API, which still has [very limited browser s…
22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
23 …ocal file sharing on web**: Sharing local files by URI works on Android and iOS, but not on web. Y…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsharing.mdx17 <PlatformsSection android emulator ios simulator web />
19 #### Sharing limitations on web
21 …xpo-sharing` for web is built on top of the Web Share API, which still has [very limited browser s…
22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
23 …ocal file sharing on web**: Sharing local files by URI works on Android and iOS, but not on web. Y…
H A Dwebbrowser.mdx3 description: A library that provides access to the system's web browser and supports handling redir…
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-web-browser'
5 packageName: 'expo-web-browser'
6 iconUrl: '/static/images/packages/expo-web-browser.png'
14 `expo-web-browser` provides access to the system's web browser and supports handling redirects. On …
16 <PlatformsSection android emulator ios simulator web />
24 <SnackInline label="Basic WebBrowser usage" dependencies={["expo-web-browser", "expo-constants"]}>
29 import * as WebBrowser from 'expo-web-browser';
71 import * as WebBrowser from 'expo-web-browser';
74 <APISection packageName="expo-web-browser" apiName="WebBrowser" />
[all …]
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsharing.mdx17 <PlatformsSection android emulator ios simulator web />
19 #### Sharing limitations on web
21 …xpo-sharing` for web is built on top of the Web Share API, which still has [very limited browser s…
22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
23 …ocal file sharing on web**: Sharing local files by URI works on Android and iOS, but not on web. Y…
/expo/packages/expo-asset/build/
H A DLocalAssets.web.js.map1web.js","sourceRoot":"","sources":["../src/LocalAssets.web.ts"],"names":[],"mappings":"AAAA,MAAM,U…

12345678910>>...43