react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

demo is not working

Open xclidongbo opened this issue 3 years ago • 1 comments

rn version: 0.63.2

demo is not working

xclidongbo avatar Jul 03 '22 03:07 xclidongbo

import { GestureHandlerRootView } from 'react-native-gesture-handler';

<GestureHandlerRootView style={{ flex: 1 }}> //your draggableList Code </ GestureHandlerRootView>

Hihoa1999 avatar Jul 08 '22 01:07 Hihoa1999

+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.

vlad-datacat avatar Aug 21 '22 09:08 vlad-datacat