pankod / react-native-store-rating

Ratings and reviews influence how your app ranks in search results, and can affect whether someone downloads your app. Users can rate your app on a scale of desired amount of stars.
78 stars 30 forks source link

back button on leave-a-comment screen #24

Open lcsulak opened 4 years ago

lcsulak commented 4 years ago

I would like to know if is it possible, add a "back-button" on this screen. And how can implement it?

and another question. Is possible add a third screen after to press send button ?

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Cthalin commented 4 years ago

Hi @lcsulak , I've created a PR for this request. You can also add the button quite simple by yourself by adding it in the RateModal.tsx line 142. 👍