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') #67

Open
nileshprajapati007444 opened this issue Jul 29, 2019 · 3 comments

Comments

@nileshprajapati007444
Copy link

Getting this error in 0.60 react native version.

alphabeticlistview

Please help me if you have solution.

@alesso-x
Copy link

alesso-x commented Nov 4, 2019

Listview is deprecated. This project is dead 😞

@CoderJWYang
Copy link

CoderJWYang commented Nov 21, 2019

npm install react-native-alphabet-sectionlist --save
try it!

@joshuapinter
Copy link

  1. Install deprecated-react-native-listview with yarn add deprecated-react-native-listview.

  2. Instead of:

    import { ListView } from 'react-native';

    use

    import ListView from 'deprecated-react-native-listview';

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

4 participants