fix(windows): react-native.config for non windows platforms (#2046)
This commit is contained in:
parent
72f37cdb7c
commit
2eabfa3d4a
|
@ -54,11 +54,11 @@ module.exports.dependency = {
|
||||||
solutionFile: 'ReactNativeWebView.sln',
|
solutionFile: 'ReactNativeWebView.sln',
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
projectFile: 'ReactNativeWebView\\ReactNativeWebView.vcxproj',
|
projectFile: 'ReactNativeWebView/ReactNativeWebView.vcxproj',
|
||||||
directDependency: true,
|
directDependency: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
projectFile: 'WebViewBridgeComponent\\WebViewBridgeComponent.vcxproj',
|
projectFile: 'WebViewBridgeComponent/WebViewBridgeComponent.vcxproj',
|
||||||
directDependency: false,
|
directDependency: false,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue