Hi,
I am using react-native-dnd alongside @react-navigation/material-top-tabs. I’ve encountered an issue where if multiple screens in the tab navigator contain draggable components from react-native-dnd, only one of the screens allows dragging.
It exhibits the same behavior in both Expo and bare projects.
This issue occurs only on Android. There are no problems on iOS or the web.
You can find MRE for this issue here: Snack - Tab DND.
Hi,
I am using
react-native-dndalongside@react-navigation/material-top-tabs. I’ve encountered an issue where if multiple screens in the tab navigator contain draggable components fromreact-native-dnd, only one of the screens allows dragging.It exhibits the same behavior in both Expo and bare projects.
This issue occurs only on Android. There are no problems on iOS or the web.
You can find MRE for this issue here: Snack - Tab DND.