Skip to content

v2.58.0

Choose a tag to compare

@doranteseduardo doranteseduardo released this 17 Aug 02:45
· 2 commits to main since this release
4096713

v2.58.0

Highlights

AR Session Recording

  • startRecording()/stopRecording()/getRecordingStatus() on ViroARSceneNavigator capture video + raw IMU + ground-truth pose to local storage, for offline analysis via tinyvio — distinct from ViroCameraTexture's screen-only recording.

Fixed

  • The package could crash immediately when bundled with react-native-web — ten native-only components had no .web.tsx variant and crashed the shared import barrel regardless of what an app actually used. Fixed with stub implementations for all ten.
  • GLB/glTF models with sparse accessors or non-indexed primitives now load correctly (previously failed) — fixed in @reactvision/virocore 2.58.0.

Migration

  • No breaking changes. Everything in this release is additive or a bug fix.
  • docs/ no longer ships in this package — see the CHANGELOG's Changed section if you had bookmarked a docs/*.md path.
  • Pairs with @reactvision/virocore 2.58.0.

See CHANGELOG.md for full detail.