Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 708 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 708 Bytes

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" />