Bharath Kumar
Bharath Kumar
verticalSwipe={false} And use TouchableWithoutFeedback inside Scrollview
Using `"react-native-reanimated": "1.13.3"` resolved issue for me.
Currently, I'm using **to** index inside **onDragEnd** to find out if an item is moving beyond a certain index. ``` onDragEnd={({ data, from, to }) => { if(to!=headerIndex) { //change...
Have to work on it.
@nauhalf How did you resolve this issue?