Open mbc-audiovisuales opened 3 years ago
I got same issue. But I upgraded deprecated-react-native-listview with 0.0.7 version, it didnt solve.Im sharing error description below. I tried some solutions such as drop version to react native.This time I got another error related to it.Can anybody help to me ? I think react native version not suitable with dropdown.
error: Error: Unable to resolve module react-native/Libraries/vendor/core/isEmpty from react-native-starter/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.
If you are sure the module exists, try these steps:
24 | const isEmpty = require('react-native/Libraries/vendor/core/isEmpty');
I get the following error
Invariant Violation: ListView has been removed from React Native.
'In ModalDropDown (at Dropdown.js:78)'
Using
react@16.11.0
react-native@0.62.2
and Metro says to me:
Please update the following components: ModalDropdown
So I guess it is no longer valid to use ListViews as I have the proper suggested package installed
deprecated-react-native-listview@0.0.7
but unable to be somehow seen by the app to be used.