You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: