You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the pointerEvents property for the CellRendererComponent to pointerEvents="box-none" is not effective because the CellContainerChild view will still interact with all pointer events.
Expected behavior
Adding a CellChildComponent property that behaves like the CellRendererComponent property would allow developers to modify properties of the View rendered here without introducing any breaking changes.
To Reproduce
Render a FlashList where each item renders pressable items outside the boundaries of its parent.
Pass a CellRendererComponent property with pointerEvents="box-none".
Try to press on the pressable items. Some of them are not pressable because they are rendered behind the View rendered in getCellContainerChild which is intercepting the pointer events.
Platform:
iOS
Android
Environment
1.7.6
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Current behavior
Changing the pointerEvents property for the
CellRendererComponent
topointerEvents="box-none"
is not effective because theCellContainerChild
view will still interact with all pointer events.Expected behavior
Adding a
CellChildComponent
property that behaves like theCellRendererComponent
property would allow developers to modify properties of theView
rendered here without introducing any breaking changes.To Reproduce
FlashList
where each item renders pressable items outside the boundaries of its parent.CellRendererComponent
property withpointerEvents="box-none"
.View
rendered ingetCellContainerChild
which is intercepting the pointer events.Platform:
Environment
1.7.6
The text was updated successfully, but these errors were encountered: