Remove useLegacyImplementation from drawer

This commit is contained in:
Diego Mello 2023-04-04 13:24:02 -03:00
parent 9dab0fcecc
commit 5f6a201df8
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ const DrawerNavigator = () => {
<Drawer.Navigator <Drawer.Navigator
// @ts-ignore // @ts-ignore
drawerContent={({ navigation, state }) => <Sidebar navigation={navigation} state={state} />} drawerContent={({ navigation, state }) => <Sidebar navigation={navigation} state={state} />}
useLegacyImplementation={true} // useLegacyImplementation={true}
screenOptions={{ screenOptions={{
swipeEnabled: false, swipeEnabled: false,
headerShown: false, headerShown: false,