enesozturk / react-native-instagram

Instagram iOS page transitions implementation with FlashList and Reanimated
https://twitter.com/enesozturkdev/status/1549049433148403712
313 stars 16 forks source link

Instagram like load more implementation #3

Open rawatnaresh opened 2 years ago

rawatnaresh commented 2 years ago

How would you animate load more UI just like instagram? tried to implement it but couldn't get it working. Hoping to see this implemented 🙇

https://user-images.githubusercontent.com/29520305/180732574-5cd66439-48c1-4092-acbc-44e6b7cbba7c.mov

enesozturk commented 2 years ago

I don't think there is an animation there. It's just an infinity load example just like the feed. When the list reaches the end you can fetch new data. Am I thinking wrong?

rawatnaresh commented 2 years ago