Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/expo/packages/expo-dev-launcher/bundle/functions/__tests__/
H A DvalidateUrl.test.ts4 test.only('identifies invalid urls', () => {
9 test.only('identifies valid urls', () => {
/expo/apps/native-component-list/src/components/
H A DShowActionSheetButton.tsx76 icons, // Android only
77 tintIcons: true, // Android only; default is true
78 showSeparators: withSeparators, // Affects Android only; default is false
79 textStyle, // Android only
80 titleTextStyle, // Android only
81 messageTextStyle, // Android only
/expo/packages/expo-secure-store/src/__tests__/__snapshots__/
H A DSecureStore-test.native.ts.snap.android3 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
5 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
7 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
9 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
11 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
H A DSecureStore-test.native.ts.snap.ios3 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
5 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
7 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
9 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
11 …: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric charac…
/expo/packages/expo-maps/build/
H A DGeoJson.js.map1only on `Android`.\n */\n strokeJointType?: 'bevel' | 'miter' | 'round';\n /**\n …
/expo/packages/expo-face-detector/build/
H A DFaceDetector.js.map1only if detection classifications property is\n * set to `FaceDetectorClassifications.all`.\n …
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTDeviceInfo.mm143 // Please use this only for a quick and temporary solution.
194 …// Also update when the fullscreen state changes (multitasking) and only when the app is in active…
201 // We only want to track the current _currentInterfaceOrientation and _isFullscreen only
202 // when it happens and only when it is published.
221 // update and publish the even only when the app is in active state
227 // We only want to track the current _currentInterfaceOrientation only
228 // when it happens and only when it is published.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTDeviceInfo.mm143 // Please use this only for a quick and temporary solution.
194 …// Also update when the fullscreen state changes (multitasking) and only when the app is in active…
201 // We only want to track the current _currentInterfaceOrientation and _isFullscreen only
202 // when it happens and only when it is published.
221 // update and publish the even only when the app is in active state
227 // We only want to track the current _currentInterfaceOrientation only
228 // when it happens and only when it is published.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTDeviceInfo.mm143 // Please use this only for a quick and temporary solution.
194 …// Also update when the fullscreen state changes (multitasking) and only when the app is in active…
201 // We only want to track the current _currentInterfaceOrientation and _isFullscreen only
202 // when it happens and only when it is published.
221 // update and publish the even only when the app is in active state
227 // We only want to track the current _currentInterfaceOrientation only
228 // when it happens and only when it is published.
/expo/ios/Exponent/Kernel/Services/
H A DEXFileSystemManager.m6 // This class is used only in SDKs < 29. In new SDKs, consumers
8 // Older SDKs aren't built with new kernel, so this class is only used
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/DOM/OldStyleCollections/
H A DHTMLCollection.js.flow16 // This property should've been read-only as well, but Flow doesn't handle
17 // read-only indexers correctly (thinks reads are writes and fails).
H A DDOMRectList.js.flow17 // This property should've been read-only as well, but Flow doesn't handle
18 // read-only indexers correctly (thinks reads are writes and fails).
H A DNodeList.js.flow14 // This property should've been read-only as well, but Flow doesn't handle
15 // read-only indexers correctly (thinks reads are writes and fails).
/expo/android/vendored/sdk48/react-native-screens/android/
H A Dbuild.gradle24 // spotless is only accessible within react-native-screens repo
70 … // For some reason gradle only complains about the duplicated version of libreact_render libraries
72 …// only the ones that make the build fail (ideally we should only include librnscreens_modules but…
73 // are only allowed to specify exlude patterns)
/expo/android/vendored/sdk47/react-native-screens/android/
H A Dbuild.gradle24 // spotless is only accessible within react-native-screens repo
70 … // For some reason gradle only complains about the duplicated version of libreact_render libraries
72 …// only the ones that make the build fail (ideally we should only include librnscreens_modules but…
73 // are only allowed to specify exlude patterns)
/expo/android/vendored/unversioned/react-native-screens/android/
H A Dbuild.gradle30 // spotless is only accessible within react-native-screens repo
80 … // For some reason gradle only complains about the duplicated version of libreact_render libraries
82 …// only the ones that make the build fail (ideally we should only include librnscreens_modules but…
83 // are only allowed to specify exclude patterns)
/expo/packages/expo-dev-menu/mocks/react-native-gesture-handler/src/
H A Dindex.tsx7 const child = React.Children.only(this.props.children);
20 const child: any = React.Children.only(this.props.children);
/expo/packages/jest-expo/tests/__tests__/__snapshots__/
H A Djest-test.android.js.snap.android3 exports[`android only 1`] = `"android"`;
H A Djest-test.native.js.snap.android3 exports[`native only 1`] = `"android"`;
H A Djest-test.ios.js.snap.ios3 exports[`ios only 1`] = `"ios"`;
H A Djest-test.node.js.snap.node3 exports[`node only 1`] = `"web"`;
H A Djest-test.native.js.snap.ios3 exports[`native only 1`] = `"ios"`;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTConstants.m44 * Validate ABI47_0_0RCTEventEmitter. For experimentation only.
59 * Memory Pressure Unloading Level for experimentation only.
/expo/android/vendored/sdk49/react-native-screens/android/
H A Dbuild.gradle30 // spotless is only accessible within react-native-screens repo
80 … // For some reason gradle only complains about the duplicated version of libreact_render libraries
82 …// only the ones that make the build fail (ideally we should only include librnscreens_modules but…
83 // are only allowed to specify exclude patterns)
/expo/packages/expo-router/src/fork/
H A DNavigationContainer.tsx1 // We only need to fork on native to support any prefixes.

12345678910>>...46