maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Horizontal Flatlist not scrollable. #220

Closed macci10 closed 6 years ago

macci10 commented 6 years ago

I have a Horizontal Flatlist in this modal with pagingEnabled. Swipping right or left doesn't change anything on flatlist but starts dragging the whole view.

macci10 commented 6 years ago

Fixed it by setting swipeArea prop. (y)