A list of changes that have occured through the versions.
- Added "Are you enjoying this app?" dialog to be display before requesting rating.
- Better handling of native iOS Store Ratings dialog to suppress unwanted repeat requests.
- Added support for native iOS ≥ 10.3 SKStoreReview displace
- Fixed bug where even if review prompt was dismissed, it would be shown again.
- Now supports Android as well. Requires React Native v0.20.0 or greater.
- Added ability to immediately show the rating dialog on-demand with
showRatingDialog
. Props to @maximilianhurl.
- Added an optional callback to
handlePositiveEvent()
that reports on the result of the handling. Props to @sercanov.
- Initial release