Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 920 Bytes

File metadata and controls

30 lines (23 loc) · 920 Bytes

Review Prompt Component

Prompts the user for a review on the App Store on iOS and Google Play on Android.

Review Prompt Component examples

Note that you will only see the review prompt UI on Android when running an app downloaded from Google Play.

Also note that the prompt might not appear every time. More information can be found on the Apple Developer and Google Developer sites.

<%= link_to "Prompt for review", "#", data: {
  controller: "bridge--review-prompt",
  action: "bridge--review-prompt#prompt"
} %>
HTML version
<a
  href="#"
  data-controller="bridge--review-prompt"
  data-action="bridge--review-prompt#prompt"
>
  Prompt for review
</a>