Open KhongphakChaiphong opened 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
I think we would need to see a reproduced example showing how modal is interacting with drax.
It works with IOS but not for android. I try in snack.expo.io
same problem( doesnt work in modal
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