Remove useLegacyImplementation from drawer
This commit is contained in:
parent
9dab0fcecc
commit
5f6a201df8
|
@ -235,7 +235,7 @@ const DrawerNavigator = () => {
|
|||
<Drawer.Navigator
|
||||
// @ts-ignore
|
||||
drawerContent={({ navigation, state }) => <Sidebar navigation={navigation} state={state} />}
|
||||
useLegacyImplementation={true}
|
||||
// useLegacyImplementation={true}
|
||||
screenOptions={{
|
||||
swipeEnabled: false,
|
||||
headerShown: false,
|
||||
|
|
Loading…
Reference in New Issue