Open KokoTa opened 4 years ago
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"
},
Error: Unable to resolve module
react-native/Libraries/vendor/core/isEmpty
fromnode_modules/deprecated-react-native-listview/index.js
: react-native/Libraries/vendor/core/isEmpty could not be found within the project.