Skip to content

Release 0.75.0

Latest
Compare
Choose a tag to compare
@okwasniewski okwasniewski released this 23 Aug 11:59
· 323 commits to main since this release

Hey 👋

This is the first React Native visionOS 0.75 release!

There are a few changes:

  • Template is now living outside of @callstack/react-native-visionos, now it's here.
  • Init command is now different. This change is reflected in the docs.
  • We now use a prebuilt version of Hermes 🎉

Get started

To start building with React Native visionOS use this command:

npx @react-native-community/cli@latest init <YourAppName> --template @callstack/visionos-template@latest

Simulator Screenshot - Apple Vision Pro - 2024-08-23 at 13 38 44

Known Issues

Prebuilt Hermes is missing x86 slice which prevents uploading the app to the AppStore using prebuilt Hermes. Fix should come with upcoming releases.

Workaround:

Reinstall pods with RCT_BUILD_HERMES_FROM_SOURCE flag.

RCT_BUILD_HERMES_FROM_SOURCE=true bundle exec pod install

Happy hacking!