Searched refs:reactNativeRoot (Results 1 – 9 of 9) sorted by relevance
| /expo/home/ |
| H A D | metro.config.js | 7 const reactNativeRoot = path.join(__dirname, '..', 'react-native-lab', 'react-native', 'packages', … constant 49 require.resolve(path.join(reactNativeRoot, 'Libraries/Core/InitializeCore')), 51 getPolyfills: () => require(path.join(reactNativeRoot, 'rn-get-polyfills'))(),
|
| /expo/apps/native-component-list/ |
| H A D | metro.config.js | 10 const reactNativeRoot = path.join( constant 65 require.resolve(path.join(reactNativeRoot, 'Libraries/Core/InitializeCore')), 67 getPolyfills: () => require(path.join(reactNativeRoot, 'rn-get-polyfills'))(),
|
| /expo/tools/src/ |
| H A D | Codegen.ts | 7 reactNativeRoot: string; property 42 const genCodeScript = path.join(params.reactNativeRoot, 'scripts', 'generate-specs-cli.js');
|
| /expo/tools/src/commands/ |
| H A D | SetupReactNativeNightly.ts | 101 const reactNativeRoot = path.join(EXPO_DIR, 'node_modules', 'react-native'); constant 107 reactNativeRoot, 127 await transformFileAsync(path.join(reactNativeRoot, 'React-Core.podspec'), [
|
| H A D | UpdateVendoredModule.ts | 283 const reactNativeRoot = path.join(EXPO_DIR, 'react-native-lab', 'react-native'); constant 284 const codegenPkgRoot = path.join(reactNativeRoot, 'packages', 'react-native-codegen'); 289 reactNativeRoot,
|
| /expo/tools/src/versioning/ios/ |
| H A D | versionHermes.ts | 113 reactNativeRoot: string, 132 await fs.copy(path.join(reactNativeRoot, 'ReactCommon', 'jsi'), versionedJsiDir);
|
| H A D | index.ts | 249 reactNativeRoot: path.join(EXPO_DIR, RELATIVE_RN_PATH),
|
| /expo/tools/src/versioning/android/ |
| H A D | versionReactNative.ts | 38 reactNativeRoot: REACT_NATIVE_SUBMODULE_DIR,
|
| /expo/packages/expo-test-runner/templates/detox/android/app/ |
| H A D | build.gradle | 83 def reactNativeRoot = new File(["node", "--print", "require.resolve('react-native/package.json')"].… 89 cliPath: "${reactNativeRoot}/cli.js", 90 composeSourceMapsPath: "${reactNativeRoot}/scripts/compose-source-maps.js", 93 apply from: new File(reactNativeRoot, "react.gradle") 164 "REACT_ANDROID_DIR=${reactNativeRoot}/ReactAndroid", 165 "REACT_ANDROID_BUILD_DIR=${reactNativeRoot}/ReactAndroid/build",
|