react-native-alphabetlistview icon indicating copy to clipboard operation
react-native-alphabetlistview copied to clipboard

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

Open nileshprajapati007444 opened this issue 5 years ago • 3 comments

Getting this error in 0.60 react native version.

alphabeticlistview

Please help me if you have solution.

nileshprajapati007444 avatar Jul 29 '19 09:07 nileshprajapati007444

Listview is deprecated. This project is dead 😞

alesso-x avatar Nov 04 '19 17:11 alesso-x

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

CoderJWYang avatar Nov 21 '19 06:11 CoderJWYang

  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';

joshuapinter avatar Feb 04 '21 22:02 joshuapinter