willowtreeapps/spruce-ios

Support for Objective-C wrappers in order to integrate with ReactNative

prscX opened this issue ยท 6 comments

prscX commented

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

Hi guys,
this library looks extremely nice. Any updates on this issue?

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.