I am using react-native-modal library, but when....
I am trying to implement flatlist inside swipe down Modal... (For country code picker), But when I scroll Flatlist then my modal is swiping down and closing. So, please suggest how I can manage two scrolls at the same time...
I want a smooth scroll experience inside a Modal, but right now it's closing a Modal when I scroll Flatlist.