Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 58) sorted by relevance

123

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DName-test.ts24 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 DwithMetroResolvers.test.ts25 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 DwithMetroMultiPlatform.test.ts54 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 DwithStaticPlugin-test.ts93 modified: true,
128 modified: true,
/expo/packages/@expo/config-plugins/src/plugins/__tests__/fixtures/project-files/
H A Dmy-plugin.js3 config.extras.modified = true;
/expo/packages/expo-structured-headers/
H A DREADME.md7 The Java implementation is a derivative of https://github.com/reschke/structured-fields, modified f…
/expo/tools/src/
H A DNpm.ts18 modified: string;
/expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/
H A DRNCAsyncStorage.m163 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 DABI48_0_0RNCAsyncStorage.m163 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 DABI49_0_0RNCAsyncStorage.m163 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 DVideoThumbnails.js.map1 …RI of the video, local or remote.\n * @param options A map defining how modified thumbnail should …
/expo/packages/expo-notifications/build/
H A DsetNotificationChannelGroupAsync.js.map1 …tificationChannelGroup`](#notificationchannelgroup))\n * describing the modified channel group or …
H A DsetNotificationChannelAsync.js.map1 … (of type [`NotificationChannel`](#notificationchannel)) describing the modified channel\n * or to…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAsyncLocalStorage.mm77 BOOL modified = NO;
88 modified = YES;
92 modified = YES;
96 modified = YES;
99 return modified;
/expo/packages/expo-image/src/utils/blurhash/
H A DuseBlurhash.tsx2 // modified from https://gist.github.com/WorldMaker/a3cbe0059acd827edee568198376b95a
/expo/packages/expo-image-manipulator/build/
H A DImageManipulator.types.js.map1modified image (usable as the source for an `Image` or `Video` element).\n */\n uri: string;\n …
H A DImageManipulator.js.map1 …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 DABI47_0_0RCTPropsAnimatedNode.m86 // 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 DABI49_0_0RCTPropsAnimatedNode.m82 // 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 DABI48_0_0RCTPropsAnimatedNode.m82 // Restore the default value for all props that were modified by this node.
/expo/docs/pages/config-plugins/
H A Dintroduction.mdx19 … generate **android** and **ios** directories. These directories can be modified manually after be…
/expo/tools/src/vendoring/config/
H A Dreact-native-async-storage-scoped-storage-android.patch23 …Log.v(LOG_TAG, "Migrated most recently modified database " + expoDatabase.getName() + " to RKStora…
/expo/guides/
H A DOur Open Source Standards.md26 …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 Dinstant-updates.mdx33 After running these commands, the **eas.json** file be modified in the root directory of your proje…
/expo/android/
H A Dbuild.gradle79 // Local expo-camera Maven repo containing our slightly modified

123