nuclearpasta / react-native-drax

A drag-and-drop system for React Native
MIT License
554 stars 69 forks source link

Issue with drag items when use the component in modal(react-native-modal) #81

Open KhongphakChaiphong opened 3 years ago

KhongphakChaiphong commented 3 years ago

I try to run this code in android https://medium.com/nerd-for-tech/drag-drop-and-swap-between-two-lists-using-react-native-d864dab43aa9 and it's actually work but when I used this component in modal from react-native it can't drag all items. then I try to add Draxprovider to wrap the parent component but it's still not work

lafiosca commented 3 years ago

I think we would need to see a reproduced example showing how modal is interacting with drax.

KhongphakChaiphong commented 3 years ago

It works with IOS but not for android. I try in snack.expo.io

ayratkin commented 11 months ago

same problem( doesnt work in modal