Instagram 喜欢刷新效果

Instagram like Refresh Effect

嗨,我是 React Native 的新手,所以请多多包涵,我正在尝试实现类似 Instagram 的刷新效果,其中内容会下降,并且可以看到加载程序...任何帮助将不胜感激

它叫做拉动刷新。 React Native 提供了一个可以插入 ScrollView 的组件:

https://reactnative.dev/docs/refreshcontrol

还有其他可用的库。