ibitcy / react-native-hole-view

✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay
394 stars 23 forks source link

[QUESTION] FlatList inside RNHoleView #32

Open dualism98 opened 8 months ago

dualism98 commented 8 months ago

I have FlatList inside RNHoleVIew, like ` <RNHoleView holes={}>

` But I can't scroll FlatList on Android. How can I resolve this?

StepanAppuchino commented 5 months ago

The same happens with PanGestureHandler. It just doesn't work at all on Android. On iOS it works fine