Open IsmetGlumcevic opened 2 years ago
If the TouchableOpacity is disabled when isActive = false, and isActive = false until you're dragging, doesn't that mean you'll never be able to drag an item? I'd guess that if you remove the disabled prop, you'd be able to drag the items.
If the TouchableOpacity is disabled when isActive = false, and isActive = false until you're dragging, doesn't that mean you'll never be able to drag an item? I'd guess that if you remove the disabled prop, you'd be able to drag the items.
@thomas-colbert I'm facing the same issue and tried your suggestion. Unfortunately, that doesn't work.
I have dragableflatlist and inside nestabledragableflatlist.
"react": "18.0.0", "react-native": "0.69.1", "react-native-draggable-flatlist": "^3.1.2", "react-native-gesture-handler": "^2.5.0", "react-native-linear-gradient": "^2.6.2", "react-native-reanimated": "^2.9.1",
` const renderItem = ({ item, drag, isActive }) => { return (