ReactNative RuStore SDK for comments and ratings an app
npm install @somersets/react-native-rustore-rateitReactNative RuStore SDK for comments and ratings an app
``sh`
npm install @somersets/react-native-rustore-rateit
`ts
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")
}
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library