Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/expo/tools/src/
H A DDiff.ts9 const isContextEnd = index > 0 && (diff[index - 1].added || diff[index - 1].removed);
11 index < diff.length - 1 && (diff[index + 1].added || diff[index + 1].removed);
13 if (part.added) {
/expo/tools/src/commands/
H A DUpdateReactNativeDocs.ts18 added: string[];
222 const added = upstreamFiles.filter((entry) => !localFiles.includes(entry)); constant
225 (entry) => !(removed.includes(entry) || added.includes(entry))
228 return { removed, added, changed };
257 if (!summary.added.length) {
261 for (const entry of summary.added) {
274 `added ${summary.added.length} files`
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedModuleRegistryDelegate.m14 // In ExpoKit we know all the overlapping classes -- the only ones are added
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/Migrations/
H A DABI48_0_0EXUpdatesDatabaseMigrationRegistry.m17 // migrations should be added here in the order they should be performed (e.g. oldest first)
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedModuleRegistryDelegate.m14 // In ExpoKit we know all the overlapping classes -- the only ones are added
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/Migrations/
H A DABI47_0_0EXUpdatesDatabaseMigrationRegistry.m17 // migrations should be added here in the order they should be performed (e.g. oldest first)
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedModuleRegistryDelegate.m14 // In ExpoKit we know all the overlapping classes -- the only ones are added
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedModuleRegistryDelegate.m14 // In ExpoKit we know all the overlapping classes -- the only ones are added
/expo/packages/expo-router/build/utils/
H A Durl.js.map1 …put string start with a valid URL scheme.\n * NOTE: Additional strictness added to ensure URLs sen…
/expo/docs/components/plugins/
H A DVersionedRedirectNotification.tsx20 or added in a newer SDK version.
/expo/packages/expo-router/src/
H A Dqualified-entry.tsx2 // entry side-effects, otherwise they'll be updated when files are added/removed from the
/expo/docs/components/icons/
H A DPermalink.tsx9 // This icon should instead be eventually added to @expo/styleguide-icons.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocal-authentication.mdx23 …entication purposes. The `USE_BIOMETRIC` and `USE_FINGERPRINT` permissions are automatically added.
H A Dhaptics.mdx24 …ed: `[[UIDevice currentDevice] valueForKey: @"_feedbackSupportLevel"]` so this is not added in Expo
37 …res permission to control vibration on the device. The `VIBRATE` permission is added automatically.
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocal-authentication.mdx23 …entication purposes. The `USE_BIOMETRIC` and `USE_FINGERPRINT` permissions are automatically added.
H A Dhaptics.mdx24 …ed: `[[UIDevice currentDevice] valueForKey: @"_feedbackSupportLevel"]` so this is not added in Expo
37 …res permission to control vibration on the device. The `VIBRATE` permission is added automatically.
/expo/packages/expo-notifications/build/
H A DdismissNotificationAsync.js.map1 …r, obtained either via `setNotificationHandler` method or in the listener added with `addNotificat…
/expo/apps/bare-expo/
H A DApp.tsx71 console.debug('Could not have added a listener for received notification responses.', e);
/expo/docs/pages/versions/unversioned/sdk/
H A Dhaptics.mdx24 …ed: `[[UIDevice currentDevice] valueForKey: @"_feedbackSupportLevel"]` so this is not added in Expo
37 …res permission to control vibration on the device. The `VIBRATE` permission is added automatically.
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dhaptics.mdx24 …ed: `[[UIDevice currentDevice] valueForKey: @"_feedbackSupportLevel"]` so this is not added in Expo
37 …res permission to control vibration on the device. The `VIBRATE` permission is added automatically.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dhaptics.mdx24 …ed: `[[UIDevice currentDevice] valueForKey: @"_feedbackSupportLevel"]` so this is not added in Expo
37 …res permission to control vibration on the device. The `VIBRATE` permission is added automatically.
/expo/packages/expo-router/build/
H A Dqualified-entry.js.map1 …s the\n// entry side-effects, otherwise they'll be updated when files are added/removed from the\n…
/expo/packages/expo-image-loader/
H A DCHANGELOG.md31 - Updated `com.github.bumptech.glide:glide` to `4.13.2` and added customizable `glideVersion` varia…
101 - Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#1…
/expo/packages/expo-modules-core/ios/Services/
H A DEXReactNativeEventEmitter.m128 EXLogError(@"Attempted to remove more `%@` listeners than added", moduleName);
135 EXLogError(@"Attempted to remove more proxied event emitter listeners than added");
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Services/
H A DABI48_0_0EXReactNativeEventEmitter.m128 ABI48_0_0EXLogError(@"Attempted to remove more `%@` listeners than added", moduleName);
135 ABI48_0_0EXLogError(@"Attempted to remove more proxied event emitter listeners than added");

12345678910>>...15