mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
disable bounce animation on ActionSheet
This commit is contained in:
@@ -317,7 +317,7 @@ export class DialogManager extends Component {
|
||||
: null
|
||||
}
|
||||
initialOffsetFromBottom={1}
|
||||
bounceOnOpen={true}
|
||||
bounceOnOpen={false}
|
||||
gestureEnabled={true}
|
||||
onClose={() => {
|
||||
translatePrem.setValue(-800)
|
||||
|
||||
Reference in New Issue
Block a user