MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
646 stars 56 forks source link

fix: properly export types #132

Closed wmaca closed 1 year ago

wmaca commented 1 year ago

The types exported do not match the actual implementation, resulting in a null pointer when invoked.

This should solve the problem.

wmaca commented 1 year ago

@MinaSamir11 please let me know if you are not okay with those changes.