-
Notifications
You must be signed in to change notification settings - Fork 205
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
Support for Objective-C wrappers in order to integrate with ReactNative #101
Comments
Hi guys, |
Any news on this issue? |
+1 |
Any fix for this ? |
Any news? |
Spruce was written to be as Swifty as possible, which would make our ability to support objective-c wrappers a bit complex. Our use of Swift structs, would require changing to be supported from objective-c. If you want to put in the work to create the bridge and make a PR I'd be happy to review. We don't otherwise have plans to work on this feature set. |
Hi,
First of all I would like to appreciate for provide such a nice, cool library. Using this we can easily animate views.
I have built a ReactNative Bridge Wrapper: RNSpruce for this library. On Android it is working as expected, but I am not able to build the same on iOS since their are no Objective-C wrappers available.
We need these wrappers because in ReactNative library we can create bridge only using Objective-C classes.
Can you please share roadmap of when are you planning to provide Objective-C wrappers. I would have contributed but I don't have depth understanding of creating wrappers.
Thanks
Pranav
The text was updated successfully, but these errors were encountered: