Home
last modified time | relevance | path

Searched refs:variableName (Results 1 – 6 of 6) sorted by relevance

/expo/tools/src/android-update-native-dependencies/
H A DupdateGradleFiles.ts35 const variableName = versionWithVariableMatches[1]; constant
38 `(${variableName}(\\s+)?=(\\s+)?('|")${oldVersion}('|"))`,
51 const regexKotlinValExtra = new RegExp(`${variableName}.+\(("|')${oldVersion}("|')\)`);
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/
H A DABI49_0_0EXNativeModuleIntrospection.m79 NSString *variableName = e.userInfo[@"NSUnknownUserInfoKey"];
81 …tionKey: [NSString stringWithFormat:@"Bridge does not define expected variable: %@", variableName],
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/
H A DABI48_0_0EXNativeModuleIntrospection.m79 NSString *variableName = e.userInfo[@"NSUnknownUserInfoKey"];
81 …tionKey: [NSString stringWithFormat:@"Bridge does not define expected variable: %@", variableName],
/expo/ios/Exponent/Versioned/Core/Internal/
H A DEXNativeModuleIntrospection.m79 NSString *variableName = e.userInfo[@"NSUnknownUserInfoKey"];
81 …tionKey: [NSString stringWithFormat:@"Bridge does not define expected variable: %@", variableName],
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/
H A DABI47_0_0EXNativeModuleIntrospection.m79 NSString *variableName = e.userInfo[@"NSUnknownUserInfoKey"];
81 …tionKey: [NSString stringWithFormat:@"Bridge does not define expected variable: %@", variableName],
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts69 export function extractEnvVariableFromBuild(buildOutput: string, variableName: string) {
71 const reg = new RegExp(`export ${variableName}\\\\?=(.*)$`, 'mg');
77 …`Malformed xcodebuild results: "${variableName}" variable was not generated in build output. Pleas…