tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

Added Support for React Native Projects

Open prscX opened this issue 7 years ago • 2 comments

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

react-native-tooltips

Thanks Pranav

prscX avatar Feb 10 '18 11:02 prscX

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

prscX avatar Mar 02 '18 07:03 prscX

Hi @tsheaff, Can you please merge this PR.

Thanks Pranav

prscX avatar Mar 21 '18 16:03 prscX