🐛 Bug fixes
- iOS: Fixed tvOS builds crashing at launch (
RCTThirdPartyComponentsProvidernil class). The podspec now supports tvOS by compiling inert stub components — sheets remain unsupported on tvOS. (#729 by @lodev09)
🎉 New features
- iOS, Android: Scrollable sheets now follow the text caret as the user types, scrolling to the caret line instead of the input's full bounds. (#723 by @bigcupcoffee)
- New
peekdetent that collapses the sheet to the combinedheaderandfooterheight, falling back to a fixed150when neither is provided. (#728 by @lodev09)
Full Changelog: v3.11.3...v3.11.4