jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.79k stars 527 forks source link

Android loads hidden item firsts #541

Closed Lisamarie73187 closed 3 years ago

Lisamarie73187 commented 3 years ago

When going to the page with the swipeListView the hidden items shows first and there is a weird flashing. Is there anything that can be done to avoid this?

http://g.recordit.co/OVfueqeNPj.gif

anthlasserre commented 3 years ago

Hey @Lisamarie73187, can you share a sample of your code please that we can understand more ?

jemise111 commented 3 years ago

Hey @Lisamarie73187 sorry for the delay. This has been reported a few times before and generally is not a problem with this component but rather with navigation libraries that fade in non-absolutely positioned elements. You can find suggestions for fixes here:

https://github.com/jemise111/react-native-swipe-list-view/issues?q=is%3Aissue+flash+is%3Aclosed

Thanks!