inaturalist / SeekReactNative

Seek v2, built with React Native for Android and iOS

Home Page:https://www.inaturalist.org/pages/seek_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace FlatList and SectionList with FlashList

jtklein opened this issue · comments

Should be easy to replace as they have almost identical API. FlashList has performance optimizations and improvements over RN FlatList.

https://shopify.github.io/flash-list/