| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Name-test.ts | 24 const modified = applyNameSettingsGradle({ name: badName }, mockSettingsGradle); constant 25 expect(modified.includes(`rootProject.name = '${badNameCleaned}'\n`)).toBe(true); 29 const modified = applyNameSettingsGradle( constant 34 expect(modified).toBe(`rootProject.name = '${badNameCleaned}'`); 37 const modified = applyNameSettingsGradle({ name: "Nora's" }, `rootProject.name="Replace me"`); constant 38 expect(modified).toBe(`rootProject.name = 'Nora\\'s'`);
|
| /expo/packages/@expo/cli/src/start/server/metro/__tests__/ |
| H A D | withMetroResolvers.test.ts | 25 const modified = withMetroResolvers( constant 37 modified.resolver.resolveRequest!({}, 'react-native', 'ios'); 54 const modified = withMetroResolvers( constant 66 modified.resolver.resolveRequest!({}, 'react-native', 'ios'); 79 const modified = withMetroResolvers( constant 91 modified.resolver.resolveRequest!({}, 'react-native', 'web');
|
| H A D | withMetroMultiPlatform.test.ts | 54 const modified = withExtendedResolver(asMetroConfig(), { constant 63 modified.resolver.resolveRequest!(getDefaultRequestContext(), 'react-native', platform); 85 const modified = withExtendedResolver(asMetroConfig(), { constant 94 modified.resolver.resolveRequest!(getDefaultRequestContext(), 'react-native', platform); 112 const modified = withExtendedResolver(asMetroConfig(), { constant 121 modified.resolver.resolveRequest!(getDefaultRequestContext(), 'react-native', platform); 141 const modified = withExtendedResolver(asMetroConfig(), { constant 150 modified.resolver.resolveRequest!(
|
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/ |
| H A D | withStaticPlugin-test.ts | 93 modified: true, 128 modified: true,
|
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/fixtures/project-files/ |
| H A D | my-plugin.js | 3 config.extras.modified = true;
|
| /expo/packages/expo-structured-headers/ |
| H A D | README.md | 7 The Java implementation is a derivative of https://github.com/reschke/structured-fields, modified f…
|
| /expo/tools/src/ |
| H A D | Npm.ts | 18 modified: string;
|
| /expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/ |
| H A D | RNCAsyncStorage.m | 163 BOOL modified = NO; 174 modified = YES; 178 modified = YES; 182 modified = YES; 185 return modified; 251 * If both exist, we remove the least recently modified and return the most recently modified. 268 // If the old storage has been modified more recently than Expo storage, then clear Expo 308 // If new storage location exists, check if the new storage has been modified sooner in 313 // If new location has been modified more recently, simply clean out old data 318 // If old location has been modified more recently, remove new storage and migrate [all …]
|
| /expo/ios/vendored/sdk48/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI48_0_0RNCAsyncStorage.m | 163 BOOL modified = NO; 174 modified = YES; 178 modified = YES; 182 modified = YES; 185 return modified; 251 * If both exist, we remove the least recently modified and return the most recently modified. 268 // If the old storage has been modified more recently than Expo storage, then clear Expo 308 // If new storage location exists, check if the new storage has been modified sooner in 313 // If new location has been modified more recently, simply clean out old data 318 // If old location has been modified more recently, remove new storage and migrate [all …]
|
| /expo/ios/vendored/sdk49/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI49_0_0RNCAsyncStorage.m | 163 BOOL modified = NO; 174 modified = YES; 178 modified = YES; 182 modified = YES; 185 return modified; 251 * If both exist, we remove the least recently modified and return the most recently modified. 268 // If the old storage has been modified more recently than Expo storage, then clear Expo 308 // If new storage location exists, check if the new storage has been modified sooner in 313 // If new location has been modified more recently, simply clean out old data 318 // If old location has been modified more recently, remove new storage and migrate [all …]
|
| /expo/packages/expo-video-thumbnails/build/ |
| H A D | VideoThumbnails.js.map | 1 …RI of the video, local or remote.\n * @param options A map defining how modified thumbnail should …
|
| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelGroupAsync.js.map | 1 …tificationChannelGroup`](#notificationchannelgroup))\n * describing the modified channel group or …
|
| H A D | setNotificationChannelAsync.js.map | 1 … (of type [`NotificationChannel`](#notificationchannel)) describing the modified channel\n * or to…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTAsyncLocalStorage.mm | 77 BOOL modified = NO; 88 modified = YES; 92 modified = YES; 96 modified = YES; 99 return modified;
|
| /expo/packages/expo-image/src/utils/blurhash/ |
| H A D | useBlurhash.tsx | 2 // modified from https://gist.github.com/WorldMaker/a3cbe0059acd827edee568198376b95a
|
| /expo/packages/expo-image-manipulator/build/ |
| H A D | ImageManipulator.types.js.map | 1 …modified image (usable as the source for an `Image` or `Video` element).\n */\n uri: string;\n …
|
| H A D | ImageManipulator.js.map | 1 …s to specific transformation.\n * @param saveOptions A map defining how modified image should be s…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI47_0_0RCTPropsAnimatedNode.m | 86 // Restore the default value for all props that were modified by this node.
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI49_0_0RCTPropsAnimatedNode.m | 82 // Restore the default value for all props that were modified by this node.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI48_0_0RCTPropsAnimatedNode.m | 82 // Restore the default value for all props that were modified by this node.
|
| /expo/docs/pages/config-plugins/ |
| H A D | introduction.mdx | 19 … generate **android** and **ios** directories. These directories can be modified manually after be…
|
| /expo/tools/src/vendoring/config/ |
| H A D | react-native-async-storage-scoped-storage-android.patch | 23 …Log.v(LOG_TAG, "Migrated most recently modified database " + expoDatabase.getName() + " to RKStora…
|
| /expo/guides/ |
| H A D | Our Open Source Standards.md | 26 …pe. It is robust and unlikely to break if another part of the system is modified. It keeps related…
|
| /expo/docs/pages/deploy/ |
| H A D | instant-updates.mdx | 33 After running these commands, the **eas.json** file be modified in the root directory of your proje…
|
| /expo/android/ |
| H A D | build.gradle | 79 // Local expo-camera Maven repo containing our slightly modified
|