ReactNative RuStore SDK for comments and ratings an app
npm install @somersets/react-native-rustore-rateitimport { runReviewFlow } from '@somersets/react-native-rustore-rateit';
const response = await runReviewFlow(); 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