React Native Touch Through Flatlist

Issue For "react-native": "^0.70.5" Requirement: Flatlist as an overlay above Clickable elements Flatlist header has a transparent area, with pointerEvents="none" to make the elements below clickable and yet allow the Flatlist to scroll. Issues with some possible approaches pointerEvents="none" doesn’t

Continue reading