Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 51) sorted by relevance

123

/expo/packages/expo-asset/src/__tests__/
H A DImageAssets-test.ts40 expect((Image as jest.Mock<HTMLImageElement>).mock.instances.length).toBe(1);
41 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0];
47 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0];
67 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0];
/expo/packages/@expo/cli/src/utils/
H A DFileNotifier.ts13 static instances: FileNotifier[] = []; property in FileNotifier
16 for (const instance of FileNotifier.instances) {
33 FileNotifier.instances.push(this);
/expo/android/app/src/test/java/host/exp/exponent/utils/
H A DMockExpoDI.kt31 @JvmStatic fun addMock(vararg instances: Any) { in <lambda>()
32 for (instance in instances) { in <lambda>()
/expo/tools/src/vendoring/config/
H A Dreact-native-async-storage-scoped-storage-ios.patch70 - // We want all instances to share the same queue since they will be reading/writing the same
83 - // We want all instances to share the same cache since they will be reading/writing the same
203 +// NOTE(nikki93): Use the default `methodQueue` since instances have different storage directories
/expo/packages/expo-screen-capture/build/
H A DScreenCapture.js.map1instances of the `preventScreenCaptureAsync`\n * and `allowScreenCaptureAsync` methods (and `usePr…
/expo/packages/expo-asset/build/
H A DAssetHooks.js.map1 …lly.\n * After the assets are loaded, this hook returns a list of asset instances.\n * If somethin…
/expo/packages/expo-router/src/views/
H A DSplash.tsx13 * After all instances have been unmounted, the splash screen will be hidden.
/expo/packages/expo-dev-client-components/
H A DREADME.md113 You can also pass selectors to primitives for one-off instances where you need a specific style:
/expo/android/vendored/sdk48/react-native-gesture-handler/android/
H A Dbuild.gradle107instances of Gesture Handler were detected. Only one instance of react-native-gesture-handler can …
/expo/android/vendored/sdk47/react-native-gesture-handler/android/
H A Dbuild.gradle102instances of Gesture Handler were detected. Only one instance of react-native-gesture-handler can …
/expo/docs/pages/eas-update/
H A Dmigrate-from-classic-updates.mdx110 - Replace instances of `expo publish` with `eas update` in scripts. You can view all the options fo…
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXKernelDevKeyCommands.m177 // since there may be many instances of it.
/expo/docs/pages/router/reference/
H A Dsearch-parameters.mdx56 … the global and local search parameters. It also allows for pushing new instances of the same rout…
/expo/docs/pages/router/advanced/
H A Dapple-handoff.mdx218 - "Representing user activities as instances of `NSUserActivity`." is performed by the Expo Head na…
219 - "Updating the activity instances as the user performs actions in your app." is performed by mount…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/
H A DABI49_0_0RCTTurboModuleManager.mm170 * All instances of TurboModuleHolder are owned by the _turboModuleHolders map.
225 * Note: All TurboModule instances are cached, which means they're all long-lived
336 * Note: All TurboModule instances are cached, which means they're all long-lived
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesConfig.m65 * runtime and updates from multiple scopes can potentially be opened, multiple instances of this
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesConfig.m65 * runtime and updates from multiple scopes can potentially be opened, multiple instances of this
/expo/android/vendored/unversioned/react-native-gesture-handler/android/
H A Dbuild.gradle149 … "#multiple-instances-of-gesture-handler-were-detected \n\nConflict between: \n" +
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI48_0_0RCTTurboModuleManager.mm166 * All instances of TurboModuleHolder are owned by the _turboModuleHolders map.
242 * Note: All TurboModule instances are cached, which means they're all long-lived
371 * Note: All TurboModule instances are cached, which means they're all long-lived
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI47_0_0RCTTurboModuleManager.mm165 * All instances of TurboModuleHolder are owned by the _turboModuleHolders map.
241 * Note: All TurboModule instances are cached, which means they're all long-lived
370 * Note: All TurboModule instances are cached, which means they're all long-lived
/expo/packages/expo-router/build/views/
H A DSplash.js.map1 …quests that need to be completed before the app is ready.\n * After all instances have been unmoun…
/expo/android/vendored/sdk49/react-native-gesture-handler/android/
H A Dbuild.gradle149 … "#multiple-instances-of-gesture-handler-were-detected \n\nConflict between: \n" +
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAppLoaderExpoUpdates.m72 * Multiple instances of EXAppLoaderExpoUpdates can exist at a time; instances are retained by
/expo/ios/
H A DCONTRIBUTING.md95 There may be many instances of `EXFrameReactAppManager` at once, but there will only ever be one in…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAsyncLocalStorage.mm152 // NOTE(nikki93): Use the default `methodQueue` since instances have different storage directories

123