react-native-modalbox icon indicating copy to clipboard operation
react-native-modalbox copied to clipboard

Can not use Scrollview

Open trananh0810 opened this issue 4 years ago • 1 comments

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

trananh0810 avatar Jun 02 '20 15:06 trananh0810

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

culov avatar Sep 20 '20 21:09 culov