| /expo/packages/expo-dev-launcher/bundle/functions/__tests__/ |
| H A D | validateUrl.test.ts | 4 test.only('identifies invalid urls', () => { 9 test.only('identifies valid urls', () => {
|
| /expo/apps/native-component-list/src/components/ |
| H A D | ShowActionSheetButton.tsx | 76 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 D | SecureStore-test.native.ts.snap.android | 3 …: 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 D | SecureStore-test.native.ts.snap.ios | 3 …: 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 D | GeoJson.js.map | 1 …only on `Android`.\n */\n strokeJointType?: 'bevel' | 'miter' | 'round';\n /**\n …
|
| /expo/packages/expo-face-detector/build/ |
| H A D | FaceDetector.js.map | 1 …only if detection classifications property is\n * set to `FaceDetectorClassifications.all`.\n …
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTDeviceInfo.mm | 143 // 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 D | ABI47_0_0RCTDeviceInfo.mm | 143 // 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 D | ABI48_0_0RCTDeviceInfo.mm | 143 // 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 D | EXFileSystemManager.m | 6 // 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 D | HTMLCollection.js.flow | 16 // 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 D | DOMRectList.js.flow | 17 // 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 D | NodeList.js.flow | 14 // 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 D | build.gradle | 24 // 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 D | build.gradle | 24 // 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 D | build.gradle | 30 // 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 D | index.tsx | 7 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 D | jest-test.android.js.snap.android | 3 exports[`android only 1`] = `"android"`;
|
| H A D | jest-test.native.js.snap.android | 3 exports[`native only 1`] = `"android"`;
|
| H A D | jest-test.ios.js.snap.ios | 3 exports[`ios only 1`] = `"ios"`;
|
| H A D | jest-test.node.js.snap.node | 3 exports[`node only 1`] = `"web"`;
|
| H A D | jest-test.native.js.snap.ios | 3 exports[`native only 1`] = `"ios"`;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTConstants.m | 44 * 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 D | build.gradle | 30 // 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 D | NavigationContainer.tsx | 1 // We only need to fork on native to support any prefixes.
|