Skip to content

Commit

Permalink
try slide drawer type
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Jun 17, 2024
1 parent 4bd8ae9 commit e8da115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stacks/InsideStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const DrawerNavigator = () => {
swipeEnabled: false,
headerShown: false,
drawerPosition: I18nManager.isRTL ? 'right' : 'left',
drawerType: 'back',
drawerType: 'slide',
overlayColor: `rgba(0,0,0,${themes[theme].backdropOpacity})`
}}>
<Drawer.Screen name='ChatsStackNavigator' component={ChatsStackNavigator} />
Expand Down

0 comments on commit e8da115

Please sign in to comment.