react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

a error in the react native 0.63

Open cx5168 opened this issue 5 years ago • 11 comments

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.

cx5168 avatar Jul 15 '20 06:07 cx5168

Having the exact same issue here!

Atom1er avatar Jul 24 '20 15:07 Atom1er

I have same issue too!

LaDMasC avatar Aug 03 '20 07:08 LaDMasC

I have same issue too with react-native 0.62.2

Merlier avatar Aug 05 '20 12:08 Merlier

any fix for this yet?

arnoldas500 avatar Aug 07 '20 17:08 arnoldas500

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

react-native: '0.63.2'

gaowei1012 avatar Aug 10 '20 07:08 gaowei1012

Any update regarding this issue.

syedibrahimt avatar Aug 13 '20 14:08 syedibrahimt

same issue here

dalia89 avatar Aug 17 '20 15:08 dalia89

same issue

rivindu1289 avatar Aug 19 '20 01:08 rivindu1289

Same issue

saarahasad avatar Aug 25 '20 07:08 saarahasad

使用下面这种安装,此问题得以解决 "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.

werdna521 avatar Aug 31 '20 16:08 werdna521

使用下面这种安装,此问题得以解决 "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!

reddyanjali avatar Nov 24 '20 17:11 reddyanjali