react-native-rate icon indicating copy to clipboard operation
react-native-rate copied to clipboard

Drop callback interface in favour of promises

Open pke opened this issue 2 years ago • 1 comments

The old callback style should not be used anymore in modern RN modules. Refactoring to promise usage should be easy.

pke avatar Nov 08 '21 22:11 pke

I'm open to pull requests - I rarely have any need for this module since I only work on a few RN projects myself, and the code works on all of the latest updates I've done to them.

KjellConnelly avatar Nov 08 '21 23:11 KjellConnelly