Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 3978) sorted by relevance

12345678910>>...160

/expo/packages/expo-constants/src/__tests__/__snapshots__/
H A DConstants-test.ts.snap.ios3 …est throws an error if manifest is falsey when Constants.executionEnvironment is standalone 1`] = …
5 …st throws an error if manifest is falsey when Constants.executionEnvironment is storeClient 1`] = …
H A DConstants-test.ts.snap.android3 …est throws an error if manifest is falsey when Constants.executionEnvironment is standalone 1`] = …
5 …st throws an error if manifest is falsey when Constants.executionEnvironment is storeClient 1`] = …
/expo/packages/expo-battery/build/
H A DBattery.types.js.map1is unknown.\n */\n batteryLevel: number;\n /**\n * An enum value representing the battery st…
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx12 …nseReceivedListener` event listeners receive an object when a notification is received or interact…
14 …havior when notifications are received while your app is open and foregrounded and when your app i…
20 …/* @info This listener is fired whenever a notification is received while the app is foregrounded.…
26 …/* @info This listener is fired whenever a user taps on or interacts with a notification (works wh…
43 …p is **foregrounded**, use [`Notifications.setNotificationHandler`](/versions/latest/sdk/notificat…
61 …revent notifications from being delivered when the app is closed. For example, one such setting is
/expo/packages/expo-updates/build/
H A DUseUpdates.types.js.map1is enabled. The\n * UUID is represented in its canonical string form (`xxxxxxxx-xxxx-xxxx-xxxx-x…
/expo/docs/pages/debugging/
H A Derrors-and-warnings.mdx14 … Redbox error is displayed when a fatal error prevents your app from running. A Yellowbox warning
16 …)` and `console.error("Error message")`. Another way to trigger the redbox is to throw an error an…
18 > This is a brief introduction to debugging a React Native app with Expo CLI. For in-depth informat…
22 …e and a **stack trace**, which is a report of the recent calls your application made when it crash…
24is **extremely valuable** since it gives you the location of the error's occurrence. For example, …
32 …tion` is referenced. The error message describes that the variable is not found because the variab…
34 Debugging errors is one of the most frustrating but satisfying parts of development. Remember that …
/expo/docs/pages/guides/
H A Dconfiguring-statusbar.mdx20 > Notice how bad the contrast is between the status bar text and the background in the second image…
22 ## Configure the status bar while app is loading (Android only)
24is currently only available on Android. On iOS, it is impossible in the Expo Go app to customize t…
26 To configure the status bar while the splash screen is visible on Android is available through the …
36 - `light-content` - The status bar content is light colored (usually white). This is equivalent to …
37is dark colored (usually dark grey). This is equivalent to `expo-status-bar` `style="dark"`. This
56is set to `true`, the status bar is visible on the screen, but it takes no space and your applicat…
60 > A translucent status bar makes sense when the `backgroundColor` is using a transparent color (`#R…
69 When the status bar is not visible it can be presented via the `swipe down` gesture.
77 ## Update the status bar while app is running
[all …]
/expo/packages/expo-gl/build/
H A DGLErrors.js.map1is out of range.',\n 1282: 'INVALID_OPERATION: The specified command is not allowed for the curre…
/expo/apps/sandbox/
H A DREADME.md1 This is a blank app that is set up with yarn workspaces to use the local working copies of expo-sdk…
3 …the already committed files is ignored. You'll need to add an App.js file locally in order to use …
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTEventEmitter.m4 * This source code is licensed under the MIT license found in the
48 "ABI49_0_0RCTCallableJSModules is not set. This is probably because you've "
57 @"`%@` is not a supported event type for %@. Supported events are: `%@`",
75 * ABI49_0_0RCTAssert in _callableJSModules when the ABI49_0_0React Native instance is invalidated.
81 ABI49_0_0RCTLogError(@"Trying to send event when _callableJSModules is nil.");
115 @"`%@` is not a supported event type for %@. Supported events are: `%@`",
145 // This is supposed to be overridden by a subclass in the Tests
146 // to verified that the error message is actually emitted.
147 // This is the less intrusive way found to mock the ABI49_0_0RCTLogError function in unit tests.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevicemotion.mdx12 …`** provides access to the device motion and orientation sensors. All data is presented in terms o…
32 Returns whether the `DeviceMotion` API is enabled on the device.
34 …atest/sdk/accelerometer.mdx#accelerometerisavailableasync) If the `status` is not equal to `grante…
36is fired. This should predict if the iOS device has the **device orientation** API disabled in `Se…
48 - **listener (_function_)** -- A callback that is invoked when a
49 DeviceMotion update is available. When invoked, the listener is
50 provided a single argument that is an object containing following fields:
52 …- **interval (_number_)** -- Interval at which data is obtained from the native platform. Expresse…
58 …orientation in space as an object with alpha, beta, gamma keys where alpha is for rotation around …
66 …- **orientation (_number_)** -- Device orientation based on screen rotation. Value is on of `0` (p…
/expo/packages/expo-status-bar/build/
H A DStatusBar.types.js.map1is `\"auto\"` which\n * picks the appropriate value according to the active color scheme, eg:\n …
/expo/docs/pages/eas-update/
H A Dcode-signing.mdx10 > **info** EAS Update Code Signing is only available to accounts subscribed to the EAS Enterprise p…
34 - The certificate validity duration is a setting that may vary based on the security needs of your …
64is configured for your app. It then verifies the integrity of the update and creates a digital sig…
70 Download the update on the client (this step is done automatically by the library). The build from
71 step (2) that is configured for code signing checks if there is a new update available. The server
73 but before being applied, the update is verified against the embedded certificate and included
74 signature. The update is applied if the certificate and signature are valid, and rejected
81 Key rotation is the process by which the key pair used for signing updates is changed. This is most…
85 …rotation for security best practices. It is best practice to rotate keys periodically to ensure th…
87 In any of these cases, the procedure is similar:
[all …]
/expo/docs/pages/router/reference/
H A Dfaq.mdx8is expected to have a back button, then you'll need to add [`unstable_settings`](/router/advanced/…
18 …ve about how apps should be built, this is similar to using React without a modern web framework. …
20 Expo Router is designed to bring the best architectural patterns to everyone, to ensure React Nativ…
24 … Expo Router is the framework for universal React Native apps. Due to the deep connection between …
28 1. The file system is a well-known and well-understood concept. The simpler mental model makes it e…
29is by having them open a universal link that opens the app or website to the correct screen depend…
30 3. Refactoring is easier to do because you can move files around without having to update any impor…
38 …ng can easily be configured to automatically include the route name, which is useful for debugging…
48 Basic static rendering (SSG) is supported in Expo Router v2. Server-side rendering currently requir…
52 …eact-navigation/react-navigation) is one of the most popular navigation libraries in the React Nat…
[all …]
/expo/docs/pages/troubleshooting/
H A Dapplication-has-not-been-registered.mdx23 The most common cause of this error is that there is an exception thrown in your application before…
25is successful, then your application will be registered. If there is any exception when loading th…
26 …, then the application won't be registered and you will see the error that is the subject of this …
28 If you're in this situation, the error message you're seeing is a [red herring](https://en.wikipedi…
30 Look at your logs before this error message to see what may have caused it. A frequent cause is mul…
34 Another possibility is that there is a mismatch between the `AppKey` being provided to [`AppRegistr…
36 In managed projects, the default behavior is to use "main" as the `AppKey`. This is handled for you…
46 where `registerRootComponent` is implemented as:
69 By default, "main" is consistently used throughout the project. If you're running into this error, …
76 - If this error is only occurring in your production app, then try running the app locally in produ…
/expo/packages/expo-modules-core/ios/Swift/Convertibles/
H A DEither.swift26 public func `is`(_ type: FirstType.Type) -> Bool { in `is`()
33 public func `is`(_ type: SecondType.Type) -> Bool { in `is`()
77 public func `is`(_ type: ThirdType.Type) -> Bool { in `is`()
100 public func `is`(_ type: FourthType.Type) -> Bool { in `is`()
/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…
11is stored in SharedPreferences. By default since Android 6, SharedPreferences are backed up automa…
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Convertibles/
H A DEither.swift26 public func `is`(_ type: FirstType.Type) -> Bool { in `is`()
33 public func `is`(_ type: SecondType.Type) -> Bool { in `is`()
75 public func `is`(_ type: ThirdType.Type) -> Bool { in `is`()
98 public func `is`(_ type: FourthType.Type) -> Bool { in `is`()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Convertibles/
H A DEither.swift26 public func `is`(_ type: FirstType.Type) -> Bool { in `is`()
33 public func `is`(_ type: SecondType.Type) -> Bool { in `is`()
77 public func `is`(_ type: ThirdType.Type) -> Bool { in `is`()
100 public func `is`(_ type: FourthType.Type) -> Bool { in `is`()
/expo/ios/versioned/sdk48/EXSharing/EXSharing/
H A DABI48_0_0EXSharingModule.m33 …NSString *errorMessage = @"Another item is being shared. Await the `shareAsync` request and then s…
70 // This delegate method is called whenever:
71 // a) the share sheet is canceled
72 // b) an app is chosen, it's dialog opened, and the share is confirmed/ sent
73 // c) an app is chosen, it's dialog opened, and that dialog is canceled
76 // No other delegate methods fire only when the share sheet is dismissed, unfortunately
/expo/docs/pages/router/advanced/
H A Dshared-routes.mdx11is very common in native apps. For example, in the Twitter app, a profile can be viewed in every t…
13 …ple below, **app/\_layout.js** is the tab bar and each route has its own header. The **app/(profil…
27 > When reloading the page, the first alphabetical match is rendered.
33 > Array syntax is an advanced concept that is unique to native app development.
/expo/ios/versioned/sdk47/EXSharing/EXSharing/
H A DABI47_0_0EXSharingModule.m33 …NSString *errorMessage = @"Another item is being shared. Await the `shareAsync` request and then s…
70 // This delegate method is called whenever:
71 // a) the share sheet is canceled
72 // b) an app is chosen, it's dialog opened, and the share is confirmed/ sent
73 // c) an app is chosen, it's dialog opened, and that dialog is canceled
76 // No other delegate methods fire only when the share sheet is dismissed, unfortunately
/expo/.github/ISSUE_TEMPLATE/
H A Dbug_report_router.yml7 …ve found a bug in Expo Router, this is the right place. Please fill out this entire form. The most…
17 …Sharing a link to a GitHub repository is best. Include any instructions to run the project in the …
18 If a reproducible demo is not provided, your issue will be closed.
25 …**Realize that it is up to you to debug your code and be as certain as possible that the bug is wi…
29 label: Which package manager are you using? (Yarn is recommended)
39 … label: If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)
48 …Clearly describe what the expected behavior is and what instead is actually happening. Be concise …
/expo/docs/components/plugins/
H A DAppConfigSchemaPropertiesTable.test.tsx24 description: 'Determines how and when the navigation bar is shown.',
91 bareWorkflow: 'This is set in AndroidManifest.xml directly.',
118 test('name is property at root level', () => {
124 test('visible is androidNavigationBar subproperty', () => {
127 test('always is visible subproperty', () => {
130 test('backgroundColor is androidNavigationBar subproperty', () => {
133 test('intentFilters is property at root level', () => {
136 test('autoVerify is intentFilters subproperty', () => {
139 test('data is intentFilters subproperty', () => {
142 test('host is data subproperty', () => {
[all …]
/expo/packages/expo-av/build/
H A DAudio.types.js.map1is enabled on iOS.\n * > When this flag is set to `true`, playback may be routed to the phone ea…

12345678910>>...160