Open cx5168 opened 4 years ago
Having the exact same issue here!
I have same issue too!
I have same issue too with react-native 0.62.2
any fix for this yet?
使用下面这种安装,此问题得以解决 "react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
react-native: '0.63.2'
Any update regarding this issue.
same issue here
same issue
Same issue
使用下面这种安装,此问题得以解决 "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.
使用下面这种安装,此问题得以解决 "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 ofreact-native-modal-dropdown
togit+https://github.com/siemiatj/react-native-modal-dropdown.git
. Then runyarn
ornpm 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!
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
fromnode_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.