Search code examples
reactjsreact-nativereact-reduxreact-native-flatlist

Instagram like Refresh Effect


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


Solution

  • 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.