npm @lodev09/react-native-true-sheet 3.11.12
Release 3.11.12

2 hours ago

🐛 Bug fixes

  • Android: Touchables rendered after a View with zIndex > 0 that contains a TrueSheet respond again — the host view's pointerEvents (box-none) was silently dropped by the codegen delegate, so hit-testing could target the full-screen hidden host and swallow touches behind it. (#787 by @lodev09)
  • Touchables inside a sheet fire their onPress again when the sheet content contains a nested native-stack screen (or a second finger touches the sheet mid-press) — since #767, the sheet claimed the responder whenever the negotiation re-ran mid-gesture, stealing it from the pressed touchable. The sheet now stops the negotiation at its boundary without claiming, which also keeps the touch-leak fix without any setJSResponder side effects. (#786 by @lodev09)

Full Changelog: v3.11.11...v3.11.12

Don't miss a new react-native-true-sheet release

NewReleases is sending notifications on new releases.