BabylonReactNativeSample icon indicating copy to clipboard operation
BabylonReactNativeSample copied to clipboard

Update Readme information for MacOs

Open siegfriedschaefer opened this issue 3 years ago • 0 comments

Your readme is missing a hint on how to get rid of the metro openssl issue if just cloning your repo as it is in main-branch. You have to switch to the "react-native-0-69" branch if you want to use node > 17 under MacOS. Easy flow: git clone https://github.com/BabylonJS/BabylonReactNativeSample.git webxr cd webxr git checkout react-native-0-69 npm install npm run android This hint saves newcomers like me a lot of time searching the web and trying not working solutions. Please update your readme accordingly. Thank you!

siegfriedschaefer avatar Dec 04 '22 10:12 siegfriedschaefer