Searched refs:reactNativePath (Results 1 – 16 of 16) sorted by relevance
| /expo/packages/@expo/metro-config/src/ |
| H A D | ExpoMetroConfig.ts | 72 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 D | Podfile | 51 config[:reactNativePath], 79 :path => config[:reactNativePath], 93 :path => config[:reactNativePath], 104 :path => config[:reactNativePath],
|
| /expo/packages/@expo/metro-config/build/ |
| H A D | ExpoMetroConfig.js | 167 …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 D | ExpoMetroConfig.js.map | 1 …reactNativePath","path","dirname","babelPresetFbjsPath","process","EXPO_METRO_CACHE_KEY_VERSION","…
|
| /expo/templates/expo-template-tv/ios/ |
| H A D | Podfile | 30 :path => config[:reactNativePath], 41 config[:reactNativePath],
|
| /expo/apps/native-tests/ios/ |
| H A D | Podfile | 42 :path => config[:reactNativePath], 56 config[:reactNativePath],
|
| /expo/templates/expo-template-bare-minimum/ios/ |
| H A D | Podfile | 51 :path => config[:reactNativePath], 63 config[:reactNativePath],
|
| /expo/apps/fabric-tester/ios/ |
| H A D | Podfile | 51 :path => config[:reactNativePath], 63 config[:reactNativePath],
|
| /expo/docs/public/static/diffs/ |
| H A D | react-native-unimodules-ios.diff | 102 use_react_native!(:path => config["reactNativePath"])
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/android/ |
| H A D | build.gradle | 37 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 D | build.gradle | 37 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 D | build.gradle | 42 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 D | build.gradle | 42 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 D | Maps-test.ts.snap | 255 :path => config[:reactNativePath], 267 config[:reactNativePath],
|
| /expo/packages/expo-modules-core/ |
| H A D | README.md | 54 use_react_native!(:path => config["reactNativePath"])
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 557 use_react_native!(:path => config["reactNativePath"])
|