Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native 0.63 can't use this component #185

Open
KokoTa opened this issue Aug 20, 2020 · 6 comments
Open

React Native 0.63 can't use this component #185

KokoTa opened this issue Aug 20, 2020 · 6 comments

Comments

@KokoTa
Copy link

KokoTa commented Aug 20, 2020

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
Copy link

#184

@zxh0125
Copy link

zxh0125 commented Nov 9, 2020

I have the same problem with RN version 0.63.3

@binji-eric
Copy link

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
Copy link

Same here!

@AliRehman7141
Copy link

Any update on it @KokoTa

@JeremyBradshaw7
Copy link

JeremyBradshaw7 commented Aug 19, 2021

See #199
Until this PR is merged can put this in your package.json:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants