Skip to content

Commit 87d7ec8

Browse files
authored
Merge pull request #652 from JerryMacedoCastro/fix-RNW-installation
Change react native windows directory
2 parents 1817279 + a0b1f9c commit 87d7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/RNPermissions/RNPermissions.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020
<PropertyGroup Label="ReactNativeWindowsProps">
21-
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
21+
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
2222
</PropertyGroup>
2323
<ItemGroup Label="ProjectConfigurations">
2424
<ProjectConfiguration Include="Debug|ARM">

0 commit comments

Comments
 (0)