This functionality is pretty important for my use case.
I tried to make piranna's solution work but I ended up implementing my own solution as a package called react-native-web-refresh-control.
Example Snack: https://snack.expo.io/@niciusb/refreshcontrol-example
I like to work on that, @necolas do you have any task in progress or any idea?
@necolas I've added a PR implementing this component, please have a look.
Would love to address any review suggestions from your side
@NiciusB 's implementation works, @sudhanshu16 's one doesn't...i don't know why, same code, only different import
@feduss. Can you describe(code snippet is welcomed) how you are using it? Please mention the same in the PR #1861 as it concerns my implementation and not the issue itself. Thanks
Most helpful comment
This functionality is pretty important for my use case.
I tried to make piranna's solution work but I ended up implementing my own solution as a package called
react-native-web-refresh-control.Example Snack: https://snack.expo.io/@niciusb/refreshcontrol-example