Searched refs:variableName (Results 1 – 6 of 6) sorted by relevance
| /expo/tools/src/android-update-native-dependencies/ |
| H A D | updateGradleFiles.ts | 35 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 D | ABI49_0_0EXNativeModuleIntrospection.m | 79 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 D | ABI48_0_0EXNativeModuleIntrospection.m | 79 NSString *variableName = e.userInfo[@"NSUnknownUserInfoKey"]; 81 …tionKey: [NSString stringWithFormat:@"Bridge does not define expected variable: %@", variableName],
|
| /expo/ios/Exponent/Versioned/Core/Internal/ |
| H A D | EXNativeModuleIntrospection.m | 79 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 D | ABI47_0_0EXNativeModuleIntrospection.m | 79 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 D | XcodeBuild.ts | 69 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…
|