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

Send the rate to the app-store o android-store #17

Closed angiecortez closed 4 years ago

angiecortez commented 4 years ago

Hi, I don´t know how to send the rate to the store, could you gime me an example

Heru6664 commented 4 years ago

any update?

TayyabaAslam3317 commented 4 years ago

Yes please guide how can we send this rating to store.

omeraplak commented 4 years ago

Hi, You could use react-native Linking.openUrl API.

# IOS
Linking.openURL('itms-apps://itunes.apple.com/us/app/{{APP_ID}}?mt=8'):

#Android
Linking.openURL('market://details?id={{APP_ID}}');