Hi I'm new to react native so please bear with me I'm trying to implement Instagram like refresh effect in which the content goes down and can see a loader...any help will be appreciated
Hi I'm new to react native so please bear with me I'm trying to implement Instagram like refresh effect in which the content goes down and can see a loader...any help will be appreciated
Its called Pull to Refresh. React Native provides a component that you can plug into ScrollView:
https://reactnative.dev/docs/refreshcontrol
There are other libraries available as well.