react-native-web-refresh-control
react-native-web-refresh-control copied to clipboard
An implementation of React Native's RefreshControl for web, since react-native-web does not provide one at the moment
Hi: Just a simple feature request for TypeScript support. Thanks.
First off, thanks for putting this together. Can't believe it's missing from RN Web. When this is enabled, certain mouse events are captured and don't bubble up. For example, this...
## Step to reproduce Just install the plugin and wrap it inside Flatlist or ScrollView.

When `props.refreshing` is undefined `refreshControl` shouldn't be be injected. Right now `patchFlatListProps` changes the behavior of FlatLists which aren't supposed to have a refreshControl. It also causes some type warnings...
Reproduced on chrome, macOS  https://snack.expo.dev/VrwX5TtT4
Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs...
Does changing progressBackgroundColor has any effect? [progressBackgroundColor: PropTypes.any,](https://github.com/NiciusB/react-native-web-refresh-control/blob/5bea80d9474414d96ec9bca15bff680fd7ff8ff7/src/RefreshControl.web.js#L12)
Hi! π Thanks for making this component available! I ran into the issue described here: https://github.com/NiciusB/react-native-web-refresh-control/issues/12 So I decided to attempt the solution proposed there: Solution: Only set CustomRefreshControl if...
Hi ! π Firstly, thanks for your work on this project! π ## π Description When using React 19, `RefreshControl.web.js` currently attempts to access the element via React Nativeβs `findNodeHandle`,...