79199361

Date: 2024-11-18 09:36:08
Score: 0.5
Natty:
Report link

In version 7.X you need to add swipeEnabled: false, inside the screenOptions like in below.

screenOptions={{
    headerShown: false,
    drawerType: 'front',
    swipeEnabled: false,
    drawerStyle: {
      width: deviceWidth - 50,
    },
  }}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deepika