Home
last modified time | relevance | path

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

/expo/home/
H A Dmetro.config.js7 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 Dmetro.config.js10 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 DCodegen.ts7 reactNativeRoot: string; property
42 const genCodeScript = path.join(params.reactNativeRoot, 'scripts', 'generate-specs-cli.js');
/expo/tools/src/commands/
H A DSetupReactNativeNightly.ts101 const reactNativeRoot = path.join(EXPO_DIR, 'node_modules', 'react-native'); constant
107 reactNativeRoot,
127 await transformFileAsync(path.join(reactNativeRoot, 'React-Core.podspec'), [
H A DUpdateVendoredModule.ts283 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 DversionHermes.ts113 reactNativeRoot: string,
132 await fs.copy(path.join(reactNativeRoot, 'ReactCommon', 'jsi'), versionedJsiDir);
H A Dindex.ts249 reactNativeRoot: path.join(EXPO_DIR, RELATIVE_RN_PATH),
/expo/tools/src/versioning/android/
H A DversionReactNative.ts38 reactNativeRoot: REACT_NATIVE_SUBMODULE_DIR,
/expo/packages/expo-test-runner/templates/detox/android/app/
H A Dbuild.gradle83 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",