react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
demo is not working
rn version: 0.63.2
demo is not working
import { GestureHandlerRootView } from 'react-native-gesture-handler';
<GestureHandlerRootView style={{ flex: 1 }}> //your draggableList Code </ GestureHandlerRootView>
+1 basic demo is not working in the snack https://snack.expo.dev/@computerjazz/draggable-flatlist-examples?platform=ios - on ios emu can not drag list items. Swipeable example however does work, will try and implement that one.