Added Support for React Native Projects
Hi @chase-calm
First of all I would like to appreciate for creating such a nice, cool library
I have created a React Native bridge plugin for using this library with React Native projects
I have added the same in README. Can you please merge this request so that if someone is looking to use this library for React Native projects can easily do the same
Please let me know in case any changes are required
Thanks Pranav
Hi @chase-calm, I have also changed delegate from weak type to strong:
@property (nonatomic, weak) id<SexyTooltipDelegate> delegate;
TO
@property (nonatomic, strong) id<SexyTooltipDelegate> delegate;
Reason: I have tried registering delegate for callback's but NSTimer somehow was removing the registered delegate.
Can you please merge the raise PR. Please let me know in case any discussion is required for the same.
Thanks Pranav
Hi @tsheaff, Can you please merge this PR.
Thanks Pranav