The drawer in react-navigation 3 (createDrawerNavigator) doesn't behave as expected.
I added an icon that toggles the drawer. Clicking on it multiple times you expect the drawer to open/close smoothly, while what happens is that the drawer will fully open, then pause for another second and only then another click will close it.
When open, let's say of 2/3 of the screen, you expect that clicking on the last 1/3 screen which doesn't include the drawer to close it - it doesn't.
Are these bugs or am I using it wrong?