Skip to content

Release 3.11.12

Latest

Choose a tag to compare

@lodev09 lodev09 released this 18 Aug 23:19
379fd14

🐛 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