Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 953 Bytes

A list of changes that have occured through the versions.

3.0.0

  • Breaking: Update RN minimum dependency to v0.26 to support Platform.select().
  • Allow changing the order of the buttons on different platforms. Impetus and help from @yihanseattle, @olzhasipsy, and @kesha-antonov.

2.1.0

  • Updated iOS store URL for iOS 11 compatibility thanks to @rodrigopk

2.0.0

  • 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.

1.1.0

  • Added an optional callback to handlePositiveEvent() that reports on the result of the handling. Props to @sercanov.

1.0.0

  • Initial release