Skip to content

Release 0.73.4

Compare
Choose a tag to compare
@okwasniewski okwasniewski released this 07 Feb 13:42
· 2750 commits to main since this release
1055b58

Release 0.73.4

Hey! This release follows the React Native upstream bump (0.73.4). Additionally, we are releasing XR API and many bug fixes.

Thanks to everyone trying out the releases and contributing! 🙏

Happy Hacking!

XR API

API to allows you to manage immersive experiences.

Methods

requestSession

requestSession: (sessionId?: string) => Promise<void>

Opens a new ImmersiveSpace given it's unique Id.

endSession

endSession: () => Promise<void>

Closes currently open ImmersiveSpace.

For a full guide, checkout project README.

Bug fixes

  • fix: DevMenu Configure Bundler, Show Perf monitor not working
  • fix: hoverStyle crashes the app
  • fix: properly pass custom resolver options
  • fix: set correct react-native path for template when bundling for release

Full Changelog: v0.73.3-visionos...v0.73.4-visionos