upgrade login dialog navigator

This commit is contained in:
ammarahm-ed
2020-05-06 02:43:04 +05:00
parent 6da699f0aa
commit 18027590cf
5 changed files with 38 additions and 76 deletions

View File

@@ -47,7 +47,7 @@ class MoveNoteDialog extends React.Component {
constructor(props) {
super(props);
this.state = {
visible: true,
visible: false,
animated: false,
};
this.routeIndex = 0;