Home
last modified time | relevance | path

Searched refs:On (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx29 `true` if the app is running on a real device and `false` if running in a simulator or emulator. On
33 The device brand. The consumer-visible brand of the product/hardware. On web, this value is `null`.
75 …o mass production. On Android, it corresponds to [`Build.DEVICE`](https://developer.android.com/re…
95 The [device year class](https://github.com/facebook/device-year-class) of this device. On web, this…
139On Android, this corresponds to `Build.DISPLAY` (not `Build.ID`) and currently is a string as desc…
149 … on the device. On Android, this corresponds to `Build.ID`. On iOS, this is the same value as [`De…
159 …dentifies the build of the currently running system OS. On web and iOS, this value is `null`. On A…
231 …olves to the maximum available memory that the Java vm will use, in bytes. On iOS and web, this th…
250 On web, this always resolves to `false` even if the device is rooted.
270 …ts whether the calling package is allowed to request package installation. On iOS and web, this th…
[all …]
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
121 On iOS, printing from HTML source doesn't support local asset URLs (due to WKWebView limitations). …
148 **On iOS** you can set the page margins using the `margins` option:
162 **On Android**, if you're using `html` option in `printAsync` or `printToFileAsync`, the resulting …
H A Dnetwork.mdx23 On Android, this module requires permissions to access the network and Wi-Fi state. The permissions…
37 …SS | On Android, there may be an unknown Wi-Fi host when trying to access `WifiMa…
/expo/packages/expo-cellular/build/
H A DCellular.js.map1On Android, this checks whether\n * the system supports SIP-based VoIP API. See [here](https://dev…
/expo/docs/pages/versions/unversioned/sdk/
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
121 On iOS, printing from HTML source doesn't support local asset URLs (due to WKWebView limitations). …
148 **On iOS** you can set the page margins using the `margins` option:
164 **On Android**, if you're using `html` option in `printAsync` or `printToFileAsync`, the resulting …
H A Dnetwork.mdx23 On Android, this module requires permissions to access the network and Wi-Fi state. The permissions…
37 …SS | On Android, there may be an unknown Wi-Fi host when trying to access `WifiMa…
H A Dlocalization.mdx33 …nd `getCalendars()` methods to get the locale settings of the user device. On iOS, the results wil…
35 On Android, the user can change locale preferences in Settings without restarting apps. To keep the…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
121 On iOS, printing from HTML source doesn't support local asset URLs (due to WKWebView limitations). …
148 **On iOS** you can set the page margins using the `margins` option:
164 **On Android**, if you're using `html` option in `printAsync` or `printToFileAsync`, the resulting …
H A Dnetwork.mdx23 On Android, this module requires permissions to access the network and Wi-Fi state. The permissions…
37 …SS | On Android, there may be an unknown Wi-Fi host when trying to access `WifiMa…
H A Dlocalization.mdx33 …nd `getCalendars()` methods to get the locale settings of the user device. On iOS, the results wil…
35 On Android, the user can change locale preferences in Settings without restarting apps. To keep the…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
121 On iOS, printing from HTML source doesn't support local asset URLs (due to WKWebView limitations). …
148 **On iOS** you can set the page margins using the `margins` option:
164 **On Android**, if you're using `html` option in `printAsync` or `printToFileAsync`, the resulting …
H A Dnetwork.mdx23 On Android, this module requires permissions to access the network and Wi-Fi state. The permissions…
37 …SS | On Android, there may be an unknown Wi-Fi host when trying to access `WifiMa…
H A Dlocalization.mdx33 …nd `getCalendars()` methods to get the locale settings of the user device. On iOS, the results wil…
35 On Android, the user can change locale preferences in Settings without restarting apps. To keep the…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
121 On iOS, printing from HTML source doesn't support local asset URLs (due to WKWebView limitations). …
148 **On iOS** you can set the page margins using the `margins` option:
162 **On Android**, if you're using `html` option in `printAsync` or `printToFileAsync`, the resulting …
H A Dnetwork.mdx23 On Android, this module requires permissions to access the network and Wi-Fi state. The permissions…
37 …SS | On Android, there may be an unknown Wi-Fi host when trying to access `WifiMa…
H A Dlocalization.mdx33 …nd `getCalendars()` methods to get the locale settings of the user device. On iOS, the results wil…
35 On Android, the user can change locale preferences in Settings without restarting apps. To keep the…
/expo/packages/expo-eas-client/
H A DREADME.md9 On iOS, this is stored in NSUserDefaults which is persisted and backed up. Upon restore (set up new…
11 On Android, this is stored in SharedPreferences. By default since Android 6, SharedPreferences are …
/expo/packages/expo-device/build/
H A DDevice.js.map1On web, this is always set to `true`.\n */\nexport const isDevice: boolean = ExpoDevice ? ExpoDevi…
/expo/packages/expo-sharing/
H A DCHANGELOG.md39 - On iOS, fix crash when share menu is presented on iPad. ([#22193](https://github.com/expo/expo/pu…
45 - On iOS, fixed an issue where file permissions were not checked correctly. ([#22112](https://githu…
51 - On iOS, switched from using `UIDocumentInteractionController` to `UIActivityViewController` which…
61 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
73 - On iOS, dismiss share sheet after sharing to an app is canceled, so the file doesn't fail to atta…
92 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…
/expo/packages/expo-tracking-transparency/build/
H A DTrackingTransparency.js.map1On iOS 14.5 and above, if the user denies this permission, any attempt to\n * collect the IDFA wil…
/expo/guides/
H A DOur Open Source Standards.md5 - [On coherent pull requests](#on-coherent-pull-requests)
6 - [On maintainable code](#on-maintainable-code)
16 ### On coherent pull requests
22 ### On maintainable code
/expo/packages/expo-checkbox/build/
H A DCheckbox.types.js.map1 …heckboxEvent = {\n /**\n * On native platforms, a `NodeHandle` for the element on which the eve…
/expo/
H A DCHANGELOG.md104 …- On Android, migrated to Expo Modules API. ([#22208](https://github.com/expo/expo/pull/22208) by …
241 …- On iOS, fix crash when share menu is presented on iPad. ([#22193](https://github.com/expo/expo/p…
545 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
549 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
551 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
553 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
555 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
558 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
560 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
562 …- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com…
[all …]
/expo/packages/expo-application/build/
H A DApplication.js.map1On web, this value is `null`.\n * @example `\"2.11.0\"`\n */\nexport const nativeApplicationVersio…
/expo/packages/expo-face-detector/
H A DCHANGELOG.md47 - On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/…
67 - On iOS bumped `GoogleMLKit/[email protected] ➡️ 2.6.0`, `[email protected] ➡️ 1.5.0`, `M…
68 - On Android bumped `androidx.exifinterface:exifinterface:1.0.0 ➡️ 1.3.3`. ([#17002](https://github…
69 - On Android migrated from `com.google.firebase:firebase-ml-vision:24.0.1` and `com.google.firebase…
70 - On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11…

12345678910>>...18