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

**Describe the bug** When the package is being built to be deployed locally for debugging purposes, the following message comes up in the console: > Deploying C:\git-repos\BabylonReactNative\Apps\Playground\Playground\windows\x64\Debug\Playground\Playground.b...- Failed to deploy:...

**For questions, please use the [forum](https://forum.babylonjs.com)**. **Describe the bug** I think this is not a bug, @babylonjs/react-native just hasn't yet followed the changes going on in @babylonjs/core. [This](140ce5e6a36a0315dc67236bbf0e7238e2ab8c4b) latest commit...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

See https://github.com/BabylonJS/BabylonReactNative/blob/b3716d9dd7538ecf56ae670a311fba5b0d4b90b8/Modules/%40babylonjs/react-native/shared/BabylonNative.cpp#L116-L119 The code is currently calling `FinishRenderingCurrentFrame` immediately following `StartRenderingCurrentFrame`. `FinishedRenderingCurrentFrame` will immediately block waiting for the JS thread to finish doing its part. Ideally, these calls should be...

As discussed here: https://github.com/BabylonJS/BabylonNative/discussions/983#discussioncomment-2045142

Adding BabylonReactNative to a project containing Viro React Community(https://github.com/ViroCommunity/viro) fails to build: >[:arcore_client] /project/node_modules/react-viro/android/arcore_client/build/.transforms/8a1c382d15b6830d95b4fffc34498914/jetified-core-1.10.0/AndroidManifest.xml Warning: Package name ‘com.google.ar.core’ used in: :arcore_client, com.google.ar:core:1.14.0. >See http://g.co/androidstudio/manifest-merger for more information about the manifest...

We should fix this so that all BabylonReactNative dependencies are rebuilt when building the BabylonReactNative.dll

UWP

Repro: 1. Run the Playground app 2. Tap Start XR 3. Tap Toggle EngineView 4. Tap Stop XR One of two things will happen: 1. (Usually) Nothing seems to happen...