Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 9 of 9) sorted by relevance

/expo/tools/src/versioning/ios/
H A DversionExpoModules.ts125 const newKey = `${prefix}${key}`; constant
126 podspec.dependencies[newKey] = podspec.dependencies[key];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedSecureStore.m93 toNewKey:(NSString *)newKey
100 withKey:newKey
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedSecureStore.m93 toNewKey:(NSString *)newKey
100 withKey:newKey
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedSecureStore.m93 toNewKey:(NSString *)newKey
100 withKey:newKey
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedSecureStore.m93 toNewKey:(NSString *)newKey
100 withKey:newKey
/expo/packages/expo-modules-core/ios/NativeModulesProxy/
H A DEXNativeModulesProxy.mm400 NSNumber *newKey = @([[_exportedMethodsKeys[moduleName] allValues] count]);
401 methodInfo[methodInfoKeyKey] = newKey;
402 _exportedMethodsKeys[moduleName][methodName] = newKey;
403 _exportedMethodsReverseKeys[moduleName][newKey] = methodName;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/NativeModulesProxy/
H A DABI49_0_0EXNativeModulesProxy.mm400 NSNumber *newKey = @([[_exportedMethodsKeys[moduleName] allValues] count]);
401 methodInfo[methodInfoKeyKey] = newKey;
402 _exportedMethodsKeys[moduleName][methodName] = newKey;
403 _exportedMethodsReverseKeys[moduleName][newKey] = methodName;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/NativeModulesProxy/
H A DABI48_0_0EXNativeModulesProxy.mm430 NSNumber *newKey = @([[_exportedMethodsKeys[moduleName] allValues] count]);
431 methodInfo[methodInfoKeyKey] = newKey;
432 _exportedMethodsKeys[moduleName][methodName] = newKey;
433 _exportedMethodsReverseKeys[moduleName][newKey] = methodName;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/NativeModulesProxy/
H A DABI47_0_0EXNativeModulesProxy.mm430 NSNumber *newKey = @([[_exportedMethodsKeys[moduleName] allValues] count]);
431 methodInfo[methodInfoKeyKey] = newKey;
432 _exportedMethodsKeys[moduleName][methodName] = newKey;
433 _exportedMethodsReverseKeys[moduleName][newKey] = methodName;