@expo/metro-config
Advanced tools
Comparing version 0.19.2 to 0.19.3
@@ -39,5 +39,5 @@ "use strict"; | ||
// more specific directories first | ||
if (directoryExistsSync(path_1.default.join(projectRoot, 'src/app'))) { | ||
if (directoryExistsSync(path_1.default.join(projectRoot, 'src', 'app'))) { | ||
debug('Using src/app as the root directory for Expo Router.'); | ||
return 'src/app'; | ||
return path_1.default.join('src', 'app'); | ||
} | ||
@@ -44,0 +44,0 @@ debug('Using app as the root directory for Expo Router.'); |
{ | ||
"name": "@expo/metro-config", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"description": "A Metro config for running React Native projects with the Metro bundler", | ||
@@ -65,3 +65,3 @@ "main": "build/ExpoMetroConfig.js", | ||
}, | ||
"gitHead": "2c50bd7f0abaefb6fabcfd6d3935066724990b33" | ||
"gitHead": "c4999f5aa407155a170830a0fa17e3e3ca1fcbee" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
463092