adjust drawer width
This commit is contained in:
parent
9b25eec646
commit
fd9873ccc7
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ const drawer = createDrawerNavigator(
|
|||
},
|
||||
},
|
||||
{
|
||||
drawerWidth: 300,
|
||||
drawerWidth: 280,
|
||||
drawerBackgroundColor: 'transparent',
|
||||
headerMode: 'none',
|
||||
backBehavior: 'none',
|
||||
|
|
Loading…
Reference in a new issue