sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 477 forks source link

ListView is deprecated #205

Open SoulKa opened 5 years ago

SoulKa commented 5 years ago

React Native marked the ListView Component as deprecated. It would be nice if you could switch over to the FlatList Component instead.

AsadSaleh commented 5 years ago

Hey, I really love your component and used it in my app. But what can we do to help you migrate from using ListView to FlatList? I'm kinda worried because react-native said they gonna remove ListView in future updates. Thanks

mi-mazouz commented 5 years ago

any updates?

Thembelani commented 5 years ago

I think this repo has been abandoned. The last commit happened over a year ago

ghost commented 5 years ago

Since it is not being maintained, can you make a fork of this with the update and publish it to npm? @mi-mazouz , @Thembelani , @AsadSaleh, @SoulKa

winseyli commented 5 years ago

I forked it with this ListView updated https://github.com/winseyli/react-native-modal-dropdown/pull/1 but I saw this repo had update 4 months ago it is still being maintained

winseyli commented 5 years ago

check this https://github.com/sohobloo/react-native-modal-dropdown/pull/230 it is there