-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListView is deprecated #205
Comments
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 |
any updates? |
I think this repo has been abandoned. The last commit happened over a year ago |
Since it is not being maintained, can you make a fork of this with the update and publish it to npm? |
I forked it with this ListView updated winseyli#1 but I saw this repo had update 4 months ago it is still being maintained |
check this #230 it is there |
React Native marked the ListView Component as deprecated. It would be nice if you could switch over to the FlatList Component instead.
The text was updated successfully, but these errors were encountered: