KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
635 stars 100 forks source link

Support other Android markets #5

Closed ardavank closed 6 years ago

ardavank commented 6 years ago

Support other Android markets besides Google and Amazon

KjellConnelly commented 6 years ago

Thanks AWDGroup :) Didn't even realize this library didn't allow other android stores to work using the same api. I made some changes, mainly that your commit had two new fields: prefix + package name. This assumes that a url is composed of the prefix + package name, and only those two items, and in that order. My changes allow the dev to compose a full URL for android devices.

ardavank commented 6 years ago

Thanks @KjellConnelly 👍 could you please push the latest changes to NPM as well?

KjellConnelly commented 6 years ago

Already done :)