Skip to content

Releases: lodev09/react-native-true-sheet

Release 3.2.2

09 Dec 14:21
2cff0f5

Choose a tag to compare

3.2.2 (2025-12-09)

Bug Fixes

  • grabber: use ProcessedColorValue for color prop and fix z-order (#296) 2a2fee7, closes #296
  • interpolated index and detent for single detent (#297) 381a0a0, closes #297
  • ios: hide host view to prevent background color showing (#294) af5d029, closes #294

Release 3.2.1

08 Dec 20:05
5e94816

Choose a tag to compare

3.2.1 (2025-12-08)

Features

  • navigation: rename reanimatedPositionChangeHandler to positionChangeHandler 18d7e14

Release 3.2.0

08 Dec 19:19
ef4bc25

Choose a tag to compare

3.2.0 (2025-12-08)

Features

Release 3.1.1

07 Dec 23:12
902e3e6

Choose a tag to compare

3.1.1 (2025-12-07)

Bug Fixes

Release 3.1.0

06 Dec 11:32
6dec320

Choose a tag to compare

Features

  • React Navigation Integration - Added SheetNavigator for seamless react-navigation integration (#279)
  • Android onBackPress event - Handle hardware back button presses on Android (#269)
  • Animated present/dismiss - Added animated parameter to present() and dismiss() methods (#276)
  • Focus/blur events - Emit focus/blur events during present/dismiss lifecycle (#278)
  • iOS focus events with RN Screens - Emit focus events when react-navigation modals are dismissed (#273)
  • Android M3 slide animation - Improved slide animation to follow Material Design 3 spec
  • iOS position tracking - Restored position tracking from layout
  • Presentation guards - Skip position change emission when full screen controller is presented; add guard to resize method

Bug Fixes

  • Reanimated truly optional - Fixed react-native-reanimated to be truly optional (#271)
  • Android auto detent - Fixed auto detent not working correctly (#275)
  • Android scrollable handling - Fixed scrollable when detent values change
  • iOS RN 0.79 support - Added component view class functions for React Native 0.79 (#272)
  • iOS codegen fix - Fixed codegen requiring cls at the bottom
  • Reanimated imports - Fixed reanimated components relative imports

Breaking Changes

  • Dropped support for React Native 0.75

Full Changelog: v3.0.4...v3.1.0

Release 3.1.0-beta.10

06 Dec 07:57
744c04d

Choose a tag to compare

Release 3.1.0-beta.10 Pre-release
Pre-release

3.1.0-beta.10 (2025-12-06)

Features

  • add guard to resize method to check if sheet is presented 6c82440
  • add sheet navigator for react-navigation integration (#279) 26008cb, closes #279
  • skip position change emission when full screen controller is presented f5d569a

Release 3.1.0-beta.9

05 Dec 01:51
39fbf36

Choose a tag to compare

Release 3.1.0-beta.9 Pre-release
Pre-release

3.1.0-beta.9 (2025-12-05)

Features

  • android: improve slide animation to follow M3 spec ff5dccf

Release 3.1.0-beta.8

05 Dec 01:08
cab777a

Choose a tag to compare

Release 3.1.0-beta.8 Pre-release
Pre-release

3.1.0-beta.8 (2025-12-05)

Release 3.1.0-beta.7

04 Dec 23:09
b8de656

Choose a tag to compare

Release 3.1.0-beta.7 Pre-release
Pre-release

3.1.0-beta.7 (2025-12-04)

Features

  • ios: bring back position tracking from layout 7e9b56a

Release 3.1.0-beta.6

04 Dec 17:32
329622b

Choose a tag to compare

Release 3.1.0-beta.6 Pre-release
Pre-release

3.1.0-beta.6 (2025-12-04)

Features

  • emit focus/blur events during present/dismiss (#278) 9cc50f5, closes #278