Skip to content

Releases: alan-eu/react-native-nitro-vto

v0.12.1

18 May 23:05
6b3eeaa

Choose a tag to compare

0.12.1 (2026-05-18)

✨ Features

  • android: add HIGH_SAMPLING_RATE_SENSORS perm to avoid Samsung crash (#65) (8f40f6a)
  • android: Rely on LATEST_CAMERA_IMAGE ARCore update mode instead of BLOCKING (#64) (e39de8f)
  • drop kalman filters as they bring nothing (#63) (3197efa)
  • drop occlusion props, always on from now on (#62) (30b465d)

v0.12.0

11 May 22:38
a094f59

Choose a tag to compare

0.12.0 (2026-05-11)

✨ Features

  • add native FPS counter (#57) (8cb3bea)
  • enable post-processing and filmic tone mapping (#55) (f11324d)
  • static IBL + per-frame directional light, no IBL-scalar sweep (#56) (e8d0fa9)
  • ios, android: articulate temples, single occlusion back plane and const extraction (#52) (2399c5b)
  • ios, android: Enable SSAO and TAA (#58) (a74898f)
  • ios: fill ARKit face mesh eye/mouth holes for occlusion (#53) (2045859)

🐛 Bug Fixes

  • bit-exact camera-feed round-trip through Filmic (#60) (3b22397)
  • ios: workaround for Filament iOS Metal bug (#59) (39f48df)

v0.11.6

28 Apr 11:13
aa45b8b

Choose a tag to compare

0.11.6 (2026-04-28)

🐛 Bug Fixes

  • expo config plugin: don't make arcore mandatory (#51) (ffec68f)

v0.11.5

27 Apr 08:13
4536c88

Choose a tag to compare

0.11.5 (2026-04-27)

v0.11.4

25 Apr 12:38
0262661

Choose a tag to compare

0.11.4 (2026-04-25)

🐛 Bug Fixes

v0.11.3

25 Apr 12:33
12b996c

Choose a tag to compare

0.11.3 (2026-04-25)

🐛 Bug Fixes

  • ios: Host own Filament podspec to remove arm64 exclusion (#48) (8a04a3f)

v0.11.2

24 Apr 21:24
2a5cced

Choose a tag to compare

0.11.2 (2026-04-24)

🐛 Bug Fixes

  • ios: strip Filament's simulator arm64 exclusion from Pods xcconfigs (#47) (0341e61)

v0.11.1

24 Apr 16:38
54b6d08

Choose a tag to compare

0.11.1 (2026-04-24)

🐛 Bug Fixes

  • ios: strip Filament's simulator arm64 exclusion via Expo config plugin (#46) (28215b2)

v0.11.0

23 Apr 09:08
49f9f37

Choose a tag to compare

0.11.0 (2026-04-23)

⚠ BREAKING CHANGES

  • replace switchModel/resetSession with modelUrl prop + sticky hideGlasses/showGlasses (#45)

✨ Features

  • replace switchModel/resetSession with modelUrl prop + sticky hideGlasses/showGlasses (#45) (828e1ce)

v0.10.3

22 Apr 16:43
e3ff337

Choose a tag to compare

0.10.3 (2026-04-22)

🐛 Bug Fixes

  • ios: release MTKView drawables and flush GPU commands on destroy to avoid memory-pressure jetsam after leaving VTO (#44) (a405138)