| /expo/packages/html-elements/ |
| H A D | README.md | 10 <!-- Web --> 275 | Web | `<div />` | 567 | Web | `<ul />` | 593 | Web | `<hr />` | 675 | Web | `<table />` | 684 | Web | `<thead />` | 693 | Web | `<tbody />` | 702 | Web | `<tfoot />` | 713 | Web | `<th />` | 722 | Web | `<tr />` | [all …]
|
| /expo/packages/expo-modules-core/build/ |
| H A D | TypedArrays.types.js.map | 1 …Web/JavaScript/Reference/Global_Objects/TypedArray#typedarray_objects). */\nexport type IntBasedTy…
|
| /expo/fastlane/metadata/en-US/ |
| H A D | keywords.txt | 1 React, Web, JavaScript, programming
|
| /expo/packages/expo-localization/build/ |
| H A D | Localization.types.js.map | 1 …Web time zone is calculated with Intl.DateTimeFormat().resolvedOptions().timeZone. For a\n * bet…
|
| /expo/docs/pages/guides/ |
| H A D | troubleshooting-proxies.mdx | 24 2. Check "Web Proxy (HTTP)" and set "Web Proxy Server" to 127.0.0.1 : 8888 25 3. Check "Secure Web Proxy (HTTPS)" and set "Secure Web Proxy Server" to 127.0.0.1 : 8888 32 4. Check `Web Proxy (HTTP)`, and enter `your-corporate-proxy-uri:port-number` 37 7. Same for Secure Web Proxy (HTTPS). _Be sure to fill in the same proxy, username, and password ad…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | clipboard.mdx | 13 …pboard`** provides an interface for getting and setting Clipboard content on Android, iOS, and Web. 77 > **warning** On Web, this module uses the [`AsyncClipboard` API](https://developer.mozilla.org/en-…
|
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/packages/expo-image/ |
| H A D | README.md | 19 …eveloper.mozilla.org/en-US/docs/Web/CSS/object-fit) and [`object-position`](https://developer.mozi… 24 | Format | Android | iOS | Web |
|
| H A D | CHANGELOG.md | 55 - [Web] Add support for `tintColor` prop on web. ([#23434](https://github.com/expo/expo/pull/23434)… 56 - [Web] Add support for static image responsiveness using `srcset` attributes. ([#22088](https://gi… 65 - [Web] Refactored and split some functions for better readability. ([#23465](https://github.com/ex… 122 - [Web] Add support for `require()` assets. ([#21798](https://github.com/expo/expo/pull/21798) by [… 124 - [Web] Add `accessibilityLabel` support on web. ([#21884](https://github.com/expo/expo/pull/21884)… 125 - Added `ThumbHash` support for Android, iOS and Web. ([#21952](https://github.com/expo/expo/pull/2… 129 - [Web] Improve transition behavior when switching back and forth two sources. ([#22099](https://gi… 130 - [Web] Prevent breaking in static rendering environments. ([#21883](https://github.com/expo/expo/p… 132 - [Web] Fixed monorepo asset resolution in production for Metro web. ([#22094](https://github.com/e…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | clipboard.mdx | 13 …pboard`** provides an interface for getting and setting Clipboard content on Android, iOS, and Web. 77 > **warning** On Web, this module uses the [`AsyncClipboard` API](https://developer.mozilla.org/en-…
|
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | clipboard.mdx | 13 …pboard`** provides an interface for getting and setting Clipboard content on Android, iOS, and Web. 77 > **warning** On Web, this module uses the [`AsyncClipboard` API](https://developer.mozilla.org/en-…
|
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| H A D | barometer.mdx | 124 | Web | `N/A` | 166 | Name | Type | Format | iOS | Android | Web | 177 | Web | `N/A` | `N/A` …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | clipboard.mdx | 13 …pboard`** provides an interface for getting and setting Clipboard content on Android, iOS, and Web. 77 > **warning** On Web, this module uses the [`AsyncClipboard` API](https://developer.mozilla.org/en-…
|
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | clipboard.mdx | 13 …pboard`** provides an interface for getting and setting Clipboard content on Android, iOS, and Web. 77 > **warning** On Web, this module uses the [`AsyncClipboard` API](https://developer.mozilla.org/en-…
|
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/packages/expo-dev-launcher/build/ |
| H A D | WebUnsupportedError.js.map | 1 …{\n constructor() {\n super(\"`expo-dev-launcher` isn't supported on Expo Web.\");\n }\n}\n"]}
|
| /expo/packages/expo-dev-menu/build/ |
| H A D | WebUnsupportedError.js.map | 1 …ror {\n constructor() {\n super(\"`expo-dev-menu` isn't supported on Expo Web.\");\n }\n}\n"]}
|
| /expo/packages/expo-blur/src/ |
| H A D | BlurView.web.tsx | 38 // https://developer.mozilla.org/en-US/docs/Web/API/CSS/supports 39 // https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 243 web?: Web; 790 export interface Web { interface
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 239 web?: Web; 786 export interface Web { interface
|
| /expo/packages/expo-image/src/ |
| H A D | Image.tsx | 27 * Resolves to `false` on Web. 39 * Resolves to `false` on Web.
|
| /expo/packages/expo-video-thumbnails/build/ |
| H A D | ExpoVideoThumbnails.web.js.map | 1 …ailsResult> {\n throw new Error('ExpoVideoThumbnails not supported on Expo Web');\n },\n};\n"]}
|