BabylonReactNative icon indicating copy to clipboard operation
BabylonReactNative copied to clipboard

Build React Native applications with the power of Babylon Native

Results 174 BabylonReactNative issues
Sort by recently updated
recently updated
newest added
trafficstars

I did a quick test (unfortunate) building BRN with VS2022 and got compilation error ``` E:\dev\babylon\BRNDeploy064\Apps\Playground\Playground\node_modules\react-native-windows\Mso\dispatchQueue\dispatchQueue.h(728,17): error C2607: static assertion failed [E:\dev\babylon\BRNDeploy064\Apps\Playground\Playground\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj] ``` I don't know if it's related to...

**For questions, please use the [forum](https://forum.babylonjs.com)**. **Describe the bug** Under certain circumstances, with Babylon EngineView deeply nested in other views, I receive a sporadic failed Metal assertion and nothing renders:...

bug

updated readme with note on Windows deployment and admin rights for `npm run select` command. I like these type of icons: ![image](https://user-images.githubusercontent.com/1312968/158392597-5f2d4bb9-5b74-436b-81c4-85b000bc6763.png)

we are gradually deprecating UWP arm32 flavors. we shouldn't dedicate ci agents to the flavor anymore or publish the libs.

**Describe the bug** When rendering a somewhat complex scene, touch start and end events trigger a noticeable stutter or frame drop, even if there is no touch handler configured. **To...

Currently, when you build a specific ABI for Android, we still tell CMake to build all the ABIs we support. This makes the build three times slower than it needs...

Testing

Evaluate state and if we have to do something regarding DPI scaling in Babylon React Native. Related BN issue : https://github.com/BabylonJS/BabylonNative/issues/1016

Reported in this forum thread : https://forum.babylonjs.com/t/babylonreactnative-no-3d-view-on-windows/28443 Buttons are not displayed properly in the sample app when Windows dark mode is enabled. I don't know if we can do something...

**For questions, please use the [forum](https://forum.babylonjs.com)**. **Describe the bug** The latest Github Actions agents for Windows no longer have the 10.0.18362.0 SDK available as it's several major versions behind. The...

UWP

Hi! First of all, thanks for the great work for all maintainers. I've just started using this library in my project for rendering `.glb` files. When the `.glb` file is...

enhancement