Cleanup
This commit is contained in:
parent
65168cd5bf
commit
c4267dcff1
|
@ -230,7 +230,6 @@ const DrawerNavigator = () => {
|
|||
<Drawer.Navigator
|
||||
// @ts-ignore
|
||||
drawerContent={({ navigation, state }) => <Sidebar navigation={navigation} state={state} />}
|
||||
// useLegacyImplementation={true}
|
||||
screenOptions={{
|
||||
swipeEnabled: false,
|
||||
headerShown: false,
|
||||
|
|
Loading…
Reference in New Issue