Latest
Right now in my app if a user swipes to the left from the drawer navigation (when it's open) they are taken back to the login screen, I would like to disable this from happing
+1
Add this gesturesEnabled={false} into the Scene
@Mimicx, you mean drawer scene <Drawer gesturesEnabled={false}/>?
@AlmogRnD Try drawerLockMode prop. Check https://facebook.github.io/react-native/docs/drawerlayoutandroid.html#drawerlockmode for more details. Docs were updated.
Most helpful comment
Add this gesturesEnabled={false} into the Scene