react-native-sortable-listview
react-native-sortable-listview copied to clipboard
React Native 0.63 can't use this component
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.
https://github.com/deanmcpherson/react-native-sortable-listview/pull/184
I have the same problem with RN version 0.63.3
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
Same here!
Any update on it @KokoTa
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"
},