🐛 Bug fixes
- Android: The sheet can now be dragged from views overlaying a scrollable — e.g. a header (including a
TextInputin it) positioned over aFlatList— previously the drag did nothing. (#734 by @lodev09) - Web:
onWillPresent,onDidPresent, andonDetentChangenow emit the target detentposition/detent— consistent with iOS/Android. PreviouslyonWillPresentemitted0on first present or the offscreen position on re-present,onDetentChangeemitted the old position, anddetentwas0forauto/peekdetents. (#737 by @lodev09) - Web: Fixed scrollable content cutting off mid-drag, scrolling along with the sheet drag on mobile, and delayed drag after Safari's scroll bounce. (#739 by @lodev09)
Full Changelog: v3.11.6...v3.11.7