Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"RCTRefreshControl" naming conflict with RN0.18 #29

Open
rreusser opened this issue Jan 21, 2016 · 0 comments
Open

"RCTRefreshControl" naming conflict with RN0.18 #29

rreusser opened this issue Jan 21, 2016 · 0 comments

Comments

@rreusser
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant