Skip to content

Commit

Permalink
Removed empty drawer from the home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
shanaka95 committed Feb 1, 2025
1 parent 68dd945 commit 557608d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/src/routes/AuthRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,14 @@ export const AuthRoutes: React.FC = () => {
gestureHandlerProps: { enabled: false }
}}
/>
<AuthDrawer.Screen name={Screens.Home} component={Home} options={{ headerShown: false }} />
<AuthDrawer.Screen
name={Screens.Home}
component={Home}
options={{
headerShown: false,
gestureHandlerProps: { enabled: false }
}}
/>
<AuthDrawer.Screen
name={Screens.Profile}
component={Profile}
Expand Down

0 comments on commit 557608d

Please sign in to comment.