You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- First try and resolve react-native-windows package at a relative location when installing the @babylonjs/react-native package in your project -->
24
-
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(ProjectDir)..\..\..\..\..\node_modules\react-native-windows\package.json')">$(ProjectDir)\..\..\..\..\..\node_modules\react-native-windows\</ReactNativeWindowsDir>
25
-
<!-- Else try and resolve react-native-windows package in the Apps\Playground\node_modules folder relative to the BabylonNative.vcxproj location in the github repo -->
26
-
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(SolutionDir)..\node_modules\react-native-windows\package.json')">$(SolutionDir)\..\node_modules\react-native-windows\</ReactNativeWindowsDir>
27
-
<!-- If all else failes, try and resolve react-native-windows package using the Playground app node_modules -->
28
-
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(ProjectDir)..\..\..\..\..\Apps\Playground\node_modules\react-native-windows\package.json')">$(ProjectDir)\..\..\..\..\..\Apps\Playground\node_modules\react-native-windows\</ReactNativeWindowsDir>
23
+
<!-- First try and resolve react-native package at a relative location when installing the @babylonjs/react-native package in your project -->
24
+
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(ProjectDir)..\..\..\..\..\node_modules\react-native\package.json')">$(ProjectDir)\..\..\..\..\..\node_modules\react-native\</ReactNativeWindowsDir>
25
+
<!-- Else try and resolve react-native package in the Apps\Playground\node_modules folder relative to the BabylonNative.vcxproj location in the github repo -->
26
+
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(SolutionDir)..\node_modules\react-native\package.json')">$(SolutionDir)\..\node_modules\react-native\</ReactNativeWindowsDir>
27
+
<!-- If all else failes, try and resolve react-native package using the Playground app node_modules -->
28
+
<ReactNativeWindowsDirCondition="'$(ReactNativeWindowsDir)' == '' And Exists('$(ProjectDir)..\..\..\..\..\Apps\Playground\node_modules\react-native\package.json')">$(ProjectDir)\..\..\..\..\..\Apps\Playground\node_modules\react-native\</ReactNativeWindowsDir>
29
29
</PropertyGroup>
30
30
<PropertyGroupLabel="BabylonReactNativeProps">
31
31
<BabylonReactNativeDirCondition="'$(BabylonReactNativeDir)' == '' And Exists('$(ProjectDir)\..\..\..\react-native')">$(ProjectDir)..\..\..\react-native\</BabylonReactNativeDir>
<ErrorText>This project is missing BabylonNative static libs. These libs are either distributed with the @babylonjs/react-native-windows npm package or are found through submodule reference</ErrorText>
311
+
<ErrorText>This project is missing BabylonNative static libs. These libs are either distributed with the @babylonjs/react-native npm package or are found through submodule reference</ErrorText>
312
312
</PropertyGroup>
313
313
<ErrorCondition="!Exists('$(BabylonNativeBuildDir)') And !Exists('$(BabylonNativeLibsDir)')"Text="$(ErrorText)" />
0 commit comments