Nensi Kasundra

Results 4 comments of Nensi Kasundra

Yes, it's not working with the new version in android only in iOS it's working fine. Please check for the below version. "react": "^18.0.0", "react-native": "0.68.1", "react-native-gesture-handler": "^2.4.0", "react-native-reanimated": "^2.7.0",...

Solved. Here is the gesture handler issue. so I wrapped View with the below code ``` import { GestureHandlerRootView } from 'react-native-gesture-handler'; //your draggableList Code ``` You can also do...

Any Solution for the above issue?