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

TypeError: undefined is not an object (evaluating 'new _reactNative.ListView.DataSource') #74

Open
miralmsojitra opened this issue Sep 17, 2020 · 1 comment

Comments

@miralmsojitra
Copy link

after updating my react native version from 59 to 0.63.2 app crashed as ListView is deprecated in new react native version.

for workaround,

in node_modules\react-native-alphabetlistview\components\SelectableSectionsListView.js
I have installed "deprecated-react-native-listview".
Added - import { ListView } from 'deprecated-react-native-listview';
removed ListView import from react-native.

@dheysonalves
Copy link

Did you test with any other react-native list?

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

2 participants