Does anyone else use a ModalNavigationDrawer with webviews? We've had an issue for a while where the Drawer is interfering with the webview scroll and making it choppy. I think this is because its threshold for detecting a gesture is 50% of the screen. Is there an easy fix for this or would it be a better idea to make a custom Drawer component that behaves like the old drawer. (Where it only detects the drawer swipe if you start at the very edge)