🚀 What’s New?
• V8 - all changes, including breaking changes, are documented here. (#3718)
• Native components - support new arch (react native 0.77) (#3718)
• Replaced Dialog with a newer implementation. (#3718)
💡 Deprecations & Migrations
• Removed many Pan related components. (#3718)
• Removed SharedTransition (#3718)
• Picker - refactored to simplify its API and improve type safety (#3718)
🎁 Features
• New useKeyboardHeight hook for real-time keyboard height. (#3796)
• New Border Radius preset - br70. (#3798)
🔧 Fixes
• StackAggregator - onCollapseChanged will now be called after the animation has ended (as was intended); fix card being transparent on Android (see docs for API change) (#3718)
⚙️ Maintenance & Infra
• Modifiers - add getComponentName (#3800)
• Release notes - export generateReleaseNotesFromPRs and parsePR (#3802)
• Added pr description validation check (#3816)