@somersets/react-native-rustore-rateit
v0.1.2
Published
ReactNative RuStore SDK for comments and ratings an app
Downloads
1
Readme
react-native-rustore-rateit
ReactNative RuStore SDK for comments and ratings an app
Для поддержки проекта
https://www.tinkoff.ru/cf/1to7PiSSNzj
Installation
npm install @somersets/react-native-rustore-rateit
Usage
import { runReviewFlow } from '@somersets/react-native-rustore-rateit';
const response = await runReviewFlow();
response = "SUCCESS" || Сообщение ошибки
Ошибки см. https://help.rustore.ru/rustore/for_developers/developer-documentation/SDK-reviews-ratings/SDK-reviews-ratings-android/possible-errors
android/build.gradle
allprojects {
repositories {
...
maven {
url("https://artifactory-external.vkpartner.ru/artifactory/maven")
}
}
}
android/app/build.gradle
dependencies {
...
implementation("ru.rustore.sdk:billingclient:0.1.6")
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library