Skip to content

somersets/react-native-rustore-rateit

react-native-rustore-rateit

ReactNative RuStore SDK for comments and ratings an app

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published