Drawer won't swipe open on Android devices

I’m using Expo 48.0.0 and react-native-gesture-handler 2.9.0, and I’ve added

import "react-native-gesture-handler";

to the very top of my App.js file.

Why can I swipe open a drawer on my iOS app but not on the Android version?

I have this same exact issue, I have been spending so many hours trying to find solutions for it to work in my .apk builds on physical devices.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.