You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since FB open sourced their own RCTRefreshControl interface, there was a naming conflict. I've fixed it here by renaming this component to RNRefreshControl.
and follow the instructions where RCTRefreshControl has been renamed to RNRefreshControl.
I might stop just short of a pull request and coming up with a truly canonical version since we're trying hard to stay on top of the latest RN releases precisely so that we don't have to struggle with backward-compatibility of all of the modules we're using.
This was the first place I checked for fixes though, so feel free to use if it's useful!
The text was updated successfully, but these errors were encountered:
Since FB open sourced their own RCTRefreshControl interface, there was a naming conflict. I've fixed it here by renaming this component to RNRefreshControl.
https://github.com/rreusser/RCTRefreshControl/tree/rename
To use, add to package.json:
"react-native-refresh-control": "[email protected]:rreusser/RCTRefreshControl.git#rename",
and follow the instructions where RCTRefreshControl has been renamed to RNRefreshControl.
I might stop just short of a pull request and coming up with a truly canonical version since we're trying hard to stay on top of the latest RN releases precisely so that we don't have to struggle with backward-compatibility of all of the modules we're using.
This was the first place I checked for fixes though, so feel free to use if it's useful!
The text was updated successfully, but these errors were encountered: