computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.96k stars 413 forks source link

Latest version make it workable with React-Native-0.59.0 #188

Open saikats5 opened 4 years ago

saikats5 commented 4 years ago

I am struggling for a long time to upgrade this library from 1.1.9 to the latest version, even the moment I try to change it to 2.0.0, there are lots of issue, one of them is 'Native module cannot be null', please help me in upgrading it to latest version without changing the react-native version as the project is in advance stage

TaylorWizard commented 3 years ago

it's same to me

webdevbyjoss commented 3 years ago

I'm getting the same error right now: "react-native-draggable-flatlist": "^2.5.4", "react-native": "~0.63.4", "expo": "^40.0.0",

any luck on getting this work?

1Jesper1 commented 3 years ago

react-native link react-native-gesture-handler and react-native link react-native-reanimated Also npm start -- --reset-cache is useful to clear cache.

I managed to get it working with: "react-native-draggable-flatlist": "2.6.2", "react-native-gesture-handler": "1.10.3", "react-native-reanimated": "1.13.1", "react-native": "0.59.10",