Home
last modified time | relevance | path

Searched refs:reactNativePath (Results 1 – 16 of 16) sorted by relevance

/expo/packages/@expo/metro-config/src/
H A DExpoMetroConfig.ts72 const reactNativePath = path.dirname(resolveFrom(projectRoot, 'react-native/package.json')); constant
113 console.log(`- React Native: ${reactNativePath}`);
155 require.resolve(path.join(reactNativePath, 'Libraries/Core/InitializeCore')),
167 getPolyfills: () => require(path.join(reactNativePath, 'rn-get-polyfills'))(),
/expo/apps/bare-expo/ios/
H A DPodfile51 config[:reactNativePath],
79 :path => config[:reactNativePath],
93 :path => config[:reactNativePath],
104 :path => config[:reactNativePath],
/expo/packages/@expo/metro-config/build/
H A DExpoMetroConfig.js167 …const reactNativePath = _path().default.dirname((0, _resolveFrom().default)(projectRoot, 'react-na…
208 console.log(`- React Native: ${reactNativePath}`);
247 require.resolve(_path().default.join(reactNativePath, 'Libraries/Core/InitializeCore'))];
257 getPolyfills: () => require(_path().default.join(reactNativePath, 'rn-get-polyfills'))()
H A DExpoMetroConfig.js.map1reactNativePath","path","dirname","babelPresetFbjsPath","process","EXPO_METRO_CACHE_KEY_VERSION","…
/expo/templates/expo-template-tv/ios/
H A DPodfile30 :path => config[:reactNativePath],
41 config[:reactNativePath],
/expo/apps/native-tests/ios/
H A DPodfile42 :path => config[:reactNativePath],
56 config[:reactNativePath],
/expo/templates/expo-template-bare-minimum/ios/
H A DPodfile51 :path => config[:reactNativePath],
63 config[:reactNativePath],
/expo/apps/fabric-tester/ios/
H A DPodfile51 :path => config[:reactNativePath],
63 config[:reactNativePath],
/expo/docs/public/static/diffs/
H A Dreact-native-unimodules-ios.diff102 use_react_native!(:path => config["reactNativePath"])
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/
H A Dbuild.gradle37 def reactNativePath = Paths.get(nodeModulesPath.toString(), "react-native")
38 if (nodeModulesPath.toFile().exists() && reactNativePath.toFile().exists()) {
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/
H A Dbuild.gradle37 def reactNativePath = Paths.get(nodeModulesPath.toString(), "react-native")
38 if (nodeModulesPath.toFile().exists() && reactNativePath.toFile().exists()) {
/expo/android/vendored/unversioned/@shopify/react-native-skia/android/
H A Dbuild.gradle42 def reactNativePath = Paths.get(nodeModulesPath.toString(), "react-native")
43 if (nodeModulesPath.toFile().exists() && reactNativePath.toFile().exists()) {
/expo/android/vendored/sdk49/@shopify/react-native-skia/android/
H A Dbuild.gradle42 def reactNativePath = Paths.get(nodeModulesPath.toString(), "react-native")
43 if (nodeModulesPath.toFile().exists() && reactNativePath.toFile().exists()) {
/expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/
H A DMaps-test.ts.snap255 :path => config[:reactNativePath],
267 config[:reactNativePath],
/expo/packages/expo-modules-core/
H A DREADME.md54 use_react_native!(:path => config["reactNativePath"])
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx557 use_react_native!(:path => config["reactNativePath"])