3.2.0 • Published 1 month ago

react-native-keyri v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

react-native-keyri

React Native Keyri SDK

Documentation

Check out our documentation to learn how to install and use react-native-keyri: https://docs.keyri.com/react-native

Installation

yarn add react-native-keyri
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
buildscript {
    ext {
        <!-- ... -->
        minSdkVersion = 23
        compileSdkVersion = 33
        targetSdkVersion = 33
        <!-- ... -->
    }
    dependencies {
        <!-- ... -->
        classpath("com.android.tools.build:gradle:7.4.2")
        <!-- ... -->
    }
}
<uses-permission android:name="android.permission.CAMERA" />