disable bounce animation on ActionSheet

This commit is contained in:
ammarahm-ed
2020-11-17 10:35:58 +05:00
parent 21dcb8166e
commit 35f052a114

View File

@@ -317,7 +317,7 @@ export class DialogManager extends Component {
: null
}
initialOffsetFromBottom={1}
bounceOnOpen={true}
bounceOnOpen={false}
gestureEnabled={true}
onClose={() => {
translatePrem.setValue(-800)