Release 0.76.0
okwasniewski
released this
25 Oct 15:03
·
862 commits
to main
since this release
Hey, this is a new version of React Native visionOS 0.76.
New features
- All improvements from React Native 0.76
- React Native debugger is now supported!
- New Architecture by default 🎉
Deprecations
Caution
This release deprecates the automatic cursor: pointer
style on Touchable
components. You should now use cursor: pointer
in your stylesheets to enable the pointer cursor. This will be removed in the next major release.