react-native-alphabetlistview
react-native-alphabetlistview copied to clipboard
TypeError: undefined is not an object (evaluating 'new _reactNative.ListView.DataSource')
Getting this error in 0.60 react native version.
Please help me if you have solution.
Listview is deprecated. This project is dead 😞
npm install react-native-alphabet-sectionlist --save try it!
-
Install
deprecated-react-native-listview
withyarn add deprecated-react-native-listview
. -
Instead of:
import { ListView } from 'react-native';
use
import ListView from 'deprecated-react-native-listview';