Skip to content

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

@miralmsojitra

Description

@miralmsojitra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions