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

a error in the react native 0.63 #254

Open
cx5168 opened this issue Jul 15, 2020 · 11 comments
Open

a error in the react native 0.63 #254

cx5168 opened this issue Jul 15, 2020 · 11 comments

Comments

@cx5168
Copy link

cx5168 commented Jul 15, 2020

react-native: 0.63.0
react-native-modal-dropdown: 0.7.0

I have appended the following code in package.json:
"resolutions": {
"deprecated-react-native-listview": "0.0.6"
}
but it is not work.

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

@Atom1er
Copy link

Atom1er commented Jul 24, 2020

Having the exact same issue here!

@LaDMasC
Copy link

LaDMasC commented Aug 3, 2020

I have same issue too!

@Merlier
Copy link

Merlier commented Aug 5, 2020

I have same issue too with react-native 0.62.2

@arnoldas500
Copy link

any fix for this yet?

@gaowei1012
Copy link

gaowei1012 commented Aug 10, 2020

使用下面这种安装,此问题得以解决
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",

react-native: '0.63.2'

@syedibrahimt
Copy link

Any update regarding this issue.

@dalia89
Copy link

dalia89 commented Aug 17, 2020

same issue here

@rivindu1289
Copy link

same issue

@saarahasad
Copy link

Same issue

@werdna521
Copy link

werdna521 commented Aug 31, 2020

使用下面这种安装,此问题得以解决
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",

react-native: '0.63.2'

This solves the problem for me. In package.json, just change the version number of react-native-modal-dropdown to git+https://github.com/siemiatj/react-native-modal-dropdown.git. Then run yarn or npm i and it's working, at least for me.

This is repo is apparently not maintained, so using the forked and maintained version should work.

@reddyanjali
Copy link

使用下面这种安装,此问题得以解决
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
react-native: '0.63.2'

This solves the problem for me. In package.json, just change the version number of react-native-modal-dropdown to git+https://github.com/siemiatj/react-native-modal-dropdown.git. Then run yarn or npm i and it's working, at least for me.

This is repo is apparently not maintained, so using the forked and maintained version should work.

Thank you so much! This worked!

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