-
Notifications
You must be signed in to change notification settings - Fork 558
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
Add cocoapods support #47
Comments
Last time I proposed that |
What's the point for this now? I'd recommend to use |
I added a new scheme to my project, and could not get the project to compile while using rnpm for react-native-blur. |
Maybe it's not a scope of this story, but can you give me some insights why |
To me it doesn't matter. Pod spec is just one file, Cocoapods is just native package manager and I don't see any points against support it. The more choice, the better, especially given the fact Cocoapods pod specs are files you never modify in the future. When there's PR - I am up to merging one. |
I'd prefer to stick with Cocoapods also. React Native is just a part of my app - the app isn't solely React Native. Thus, I'd much rather use the standard iOS packaging tools as-is. |
@adrienbrault I see that you already have a patch for this at https://github.com/adrienbrault/react-native-blur/commits/patch-1 please PR it =) |
Done. |
Fixing default imports
No description provided.
The text was updated successfully, but these errors were encountered: