Hello,
I need to put my hands into building a React Native app with BabylonJS right now, and I’m wondering what is the current status :
- The official Sample Repo seems to have received no update in the last 3 years, is it deprecated ? Does it make sense to use it to start a project today ?
- The @babylonjs/react-native package suggests that the latest React Native version supported is
0.70
which is quite old and also not compatible withTypeScript
. Is there a way (a sample code ?) to use BabylonJS with last version of React Native ?
Basically I’m looking for an up-to-date way of starting a React Native BabylonJS app
Thanks !