I have two flatlist consist of 5 and 10 items, i want to drag 1 item from first flatlist to second and vice verse , i have searched for many library but havent found any one yet.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
Hope this blog helps
React native : Drag and drop between two lists
You can easily achieve this thing with react-native-draggable-flatlist
Hope it will you!