BabylonReactNative
BabylonReactNative copied to clipboard
Build React Native applications with the power of Babylon Native
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Right now BabylonNative.h doesn't expose anything to submit key presses to the js engine.
When I try to set the camera Im getting this: Module parse failed: Unexpected token (14:28) You may need an appropriate loader to handle this file type, currently no loaders...
Due to the complexity of requesting permissions on different platforms (particularly Android) the current implementation of `VideoTexture.CreateFromWebCam` fails on Android if it has to prompt the user for permissions. The...
When I am trying version 1.0.0 with React-Native 0.68 I am getting the below error ` WARN Possible Unhandled Promise Rejection (id: 0): TypeError: null is not an object (evaluating...
Context: Building BRN locally can be difficult and time consuming because of 3 platforms with different toolchain. Inspired by work on BJS, having built packages on CI would be a...
**Describe the bug** Babylon React Native targeting v. 0.65 crashes immediately as soon as it tries to run on an Android emulators at API 30. From our investigation so far,...
**Is your feature request related to a problem? Please describe.** I need to get raw camera data (without meshes) in XR session so i can process the image further and...