Skip to content

Commit

Permalink
comment improved
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Nov 1, 2021
1 parent 9fe64ea commit 05aa313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/Navigation/AppNavigator/DrawerNavigator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const DrawerNavigator = props => (
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}

// On mobile web, the non legacy version of the DrawerNavigator breaks the layout on Desktop while resizing
// and the drawer gets stuck in an open state when navigating.
// On mobile web, the non-legacy (modern) version of the DrawerNavigator has issues opening and closing,
// and the legacy version breaks the layout while resizing on desktop and web.
// eslint-disable-next-line react/jsx-props-no-multi-spaces
useLegacyImplementation={props.isSmallScreenWidth}
/>
Expand Down

0 comments on commit 05aa313

Please sign in to comment.