Releases: BabylonJS/BabylonReactNative
Releases · BabylonJS/BabylonReactNative
0.3.0-alpha.9
Update BabylonNative and Babylon.js versions to include support for AR feature points, hit testing against different types of world geometry, and fetching the viewer camera pose
0.3.0-alpha.8
Update Babylon.js and BabylonNative to the latest versions to fix issues around GLTF loading.
0.3.0-alpha.7
Minimum supported version of React Native is now 0.63.1 (required for array buffer support)
0.3.0-alpha.6
Update to latest babylon native and js (#64) * Update to latest babylon native * Update Babylon.js to latest
0.3.0-alpha.5
Force overflow to hidden (#59)
0.3.0-alpha.4
Enable resizing on iOS (#50) - Enable resizing on iOS (uncomment commented out code, and add a comment about it). - Disable Metal API Validation for the test projects. - Add documentation about disabling Metal API Validation. - Do a general pass on updating docs.
0.3.0-alpha.1
Update publish.yml
Fix README.md
The README.md
now reflects the fact that the package contains pre-compiled binaries and does not need to be compiled by the consuming app.
Switch to pre-compiled binaries
This release switches the package to contain pre-compiled binaries to make consumption simpler (consumers don't have to build the native code, and no extra steps are required beyond an npm install
and pod install
).
0.2.0-alpha.1
Update package.json