react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

React Native 0.63 can't use this component

Open KokoTa opened this issue 4 years ago • 6 comments

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.

KokoTa avatar Aug 20 '20 04:08 KokoTa

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

daebaknara avatar Sep 07 '20 06:09 daebaknara

I have the same problem with RN version 0.63.3

zxh0125 avatar Nov 09 '20 08:11 zxh0125

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

binji-eric avatar Nov 29 '20 14:11 binji-eric

Same here!

AliRehman7141 avatar Dec 15 '20 12:12 AliRehman7141

Any update on it @KokoTa

AliRehman7141 avatar Dec 28 '20 18:12 AliRehman7141

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

JeremyBradshaw7 avatar Aug 19 '21 12:08 JeremyBradshaw7