BabylonReactNative
BabylonReactNative copied to clipboard
Build React Native applications with the power of Babylon Native
**For questions, please use the [forum](https://forum.babylonjs.com)**. **Describe the bug** When I pull down the code of BabylonReactNativeSample and run it, the console reports an error, the error shows that this._xhr.getResponseHeader...
**Describe the bug** Some consuming the BabylonReactNativeSample project with react native 0.69 are reporting issue "Unexpected token '=' ". This issue seems to happen when one addes the following line...
Linked to https://github.com/BabylonJS/BabylonReactNative/issues/464 Context: Graphics resources are created and not disposed like VertexBuffer for example. Bgfx is shutdown when the engine is disposed. After some time, the GC tries to...
When I try to setup the [sample repos](https://github.com/BabylonJS/BabylonReactNativeSample). I checked on emulator ios 15.5. when i change the sample gltf url to [gltf 1.0 file](https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/1.0/Duck/glTF/Duck.gltf). I haved Followed the setup...
.pdb are not present in BRN npm for Windows. I guess it's a choice or npm would be >500Mb. You have to build BRN locally and copy .lib/.pdb manually if...
## Context We currently ship @babylonjs/react-native-iosandroid packages with only x86_64 binaries for the IOS Simulator platform. This makes users that consume the package on arm64 MacBook's to be forced to...
Node 18 has been default on the Github Action VMs recently and there are some incompatibilities. like this needed option: `--openssl-legacy-provider` or there is a build issue. Same for package...
**Describe the change** This PR introduces a new Playground app for BabylonReactNative; this one is based on [`react-native-test-app`](https://github.com/microsoft/react-native-test-app) and that should help remove a lot of the maintenance overwork while...
See how https://github.com/microsoft/react-native-test-app can help us improve testing and reliability