-
Notifications
You must be signed in to change notification settings - Fork 477
a error in the react native 0.63 #254
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
Comments
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: '0.63.2' |
Any update regarding this issue. |
same issue here |
same issue |
Same issue |
This solves the problem for me. In 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.The text was updated successfully, but these errors were encountered: