dominicstop / react-native-ios-modal

A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.
MIT License
128 stars 3 forks source link

Unable to scroll FlatList #5

Open Nodman opened 3 years ago

Nodman commented 3 years ago

Hi! Thanks for awesome library.

I am currently trying to use it with FlatList, but scroll is not working. ScrollView works fine, but I can not use it in my particular case :(

Any ideas ?

siderakis commented 2 years ago

Can you post a code snippet?