fix(windows): react-native.config for non windows platforms (#2046)

This commit is contained in:
Adam Gorman 2021-06-10 21:17:57 -07:00 committed by GitHub
parent 72f37cdb7c
commit 2eabfa3d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,11 +54,11 @@ module.exports.dependency = {
solutionFile: 'ReactNativeWebView.sln',
projects: [
{
projectFile: 'ReactNativeWebView\\ReactNativeWebView.vcxproj',
projectFile: 'ReactNativeWebView/ReactNativeWebView.vcxproj',
directDependency: true,
},
{
projectFile: 'WebViewBridgeComponent\\WebViewBridgeComponent.vcxproj',
projectFile: 'WebViewBridgeComponent/WebViewBridgeComponent.vcxproj',
directDependency: false,
}
],