@somersets/react-native-rustore-rateit
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i @somersets/react-native-rustore-rateit

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

26.8 kB

Total Files

21

Last publish

Collaborators

  • somersets