prevent scrollview bounce in menu

This commit is contained in:
ammarahm-ed
2020-06-11 13:16:39 +05:00
parent 2ec1a9c1a1
commit 4efede61b7

View File

@@ -157,6 +157,7 @@ export const Menu = ({
</View>
<ScrollView
alwaysBounceVertical={false}
contentContainerStyle={{minHeight: '50%'}}
showsVerticalScrollIndicator={false}>
{listItems.map((item, index) => (