🐛 Bug fixes
- Android: Touchables rendered after a
ViewwithzIndex > 0that contains aTrueSheetrespond again — the host view'spointerEvents(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
onPressagain 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 anysetJSResponderside effects. (#786 by @lodev09)
Full Changelog: v3.11.11...v3.11.12