-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
Overview
A user has reported on the forum that he was not able to get 3D view working when consuming Babylon React Native npm package for windows. At the time this was though as a versioning problem since @babylon/react-native-windows was using react-native-permissions@3.0.0 while all babylon react native packages were using version 2.1.0. Now that we have updated the package system and fixed this react-native-permissions version issue we will need to investigate why this is happening.
Steps to repro
- Create a new react native app targeting windows and install @babylonjs/react-native, and @babylonjs/react-native-windows
- Copy and paste the code from App.tsx
- Application should compile and execute with no errors but 3D View should not be rendered