Skip to content

Releases: BabylonJS/BabylonReactNative

0.3.0-alpha.20

02 Oct 22:59
31f9350
Compare
Choose a tag to compare
0.3.0-alpha.20 Pre-release
Pre-release
  • Fixes a few issues with view re-instantiation.
  • Limits frame rate on Android based on vSync.

0.3.0-alpha.19

30 Sep 22:16
fd7f7e6
Compare
Choose a tag to compare
0.3.0-alpha.19 Pre-release
Pre-release

Latest Babylon Native and Babylon.js with some bug fixes.

0.3.0-alpha.18

21 Sep 16:58
e588a71
Compare
Choose a tag to compare
0.3.0-alpha.18 Pre-release
Pre-release

Fix race condition in iOS React Native module init

0.3.0-alpha.17

18 Sep 22:46
b5441f7
Compare
Choose a tag to compare
0.3.0-alpha.17 Pre-release
Pre-release

This brings in fixes for Mesh.MergeMeshes as well as a glb fixes for Android.

0.3.0-alpha.16

15 Sep 20:46
134708e
Compare
Choose a tag to compare
0.3.0-alpha.16 Pre-release
Pre-release

Fixes an issue async code could "get stuck" on Android in release builds.

0.3.0-alpha.15

14 Sep 22:29
b0b928f
Compare
Choose a tag to compare
0.3.0-alpha.15 Pre-release
Pre-release

Fixes a double rendering issue on Android in release builds.

0.3.0-alpha.14

14 Sep 19:03
01394fa
Compare
Choose a tag to compare
0.3.0-alpha.14 Pre-release
Pre-release

Add takeSnapshot support.

0.3.0-alpha.12

08 Sep 23:51
c459315
Compare
Choose a tag to compare
0.3.0-alpha.12 Pre-release
Pre-release

Improves iOS ARKit integration.

0.3.0-alpha.11

02 Sep 23:23
72ab628
Compare
Choose a tag to compare
0.3.0-alpha.11 Pre-release
Pre-release

Fixes iOS XR bug where the camera was upside down.

0.3.0-alpha.10

28 Aug 22:09
8a3b21c
Compare
Choose a tag to compare
0.3.0-alpha.10 Pre-release
Pre-release
  • Fixes touch input handling such that a move event is no longer raised before the associated touch down event.