maxs15 / react-native-modalbox

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

Can not use Scrollview #319

Open trananh0810 opened 4 years ago

trananh0810 commented 4 years ago

I can not use Scrollview in Modalbox. Please help me. Thanks

culov commented 3 years ago

I got around this by making the first item inside the ScrollView a TouchableOpacity, and put the scrollview content as children.