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

Latest version make it workable with React-Native-0.59.0

Open saikats5 opened this issue 5 years ago • 3 comments

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

saikats5 avatar Jun 01 '20 09:06 saikats5

it's same to me

TaylorWizard avatar Jan 14 '21 06:01 TaylorWizard

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?

webdevbyjoss avatar Mar 01 '21 16:03 webdevbyjoss

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",

1Jesper1 avatar Aug 10 '21 13:08 1Jesper1