deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 236 forks source link

React Native 0.63 can't use this component #185

Open KokoTa opened 4 years ago

KokoTa commented 4 years ago

Error: Unable to resolve module react-native/Libraries/vendor/core/isEmpty from node_modules/deprecated-react-native-listview/index.js: react-native/Libraries/vendor/core/isEmpty could not be found within the project.

daebaknara commented 3 years ago

https://github.com/deanmcpherson/react-native-sortable-listview/pull/184

zxh0125 commented 3 years ago

I have the same problem with RN version 0.63.3

binji-eric commented 3 years ago

I have the same problem with react-native": "0.63.3. I found that 'react-native-sortable-listview' use 'deprecated-react-native-listview'. When you open the 'deprecated-react-native-listview/index.js' in the node-modules, there are lots of errors

AliRehman7141 commented 3 years ago

Same here!

AliRehman7141 commented 3 years ago

Any update on it @KokoTa

JeremyBradshaw7 commented 3 years ago

See https://github.com/deanmcpherson/react-native-sortable-listview/pull/199 Until this PR is merged can put this in your package.json:

    "resolutions": {
        "deprecated-react-native-listview": "0.0.6"
    },