This commit is contained in:
Diego Mello 2024-04-16 17:26:14 -03:00
parent 65168cd5bf
commit c4267dcff1
1 changed files with 0 additions and 1 deletions

View File

@ -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,