KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
642 stars 101 forks source link

Drop callback interface in favour of promises #94

Open pke opened 2 years ago

pke commented 2 years ago

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

KjellConnelly commented 2 years ago

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.