Teydex React Native Documentation
Overview
This documentation provides all necessary implementation details, usage examples, and platform-specific instructions for integrating the Teydex React Native library into your iOS and Android projects in a secure and robust manner.
Requirements
To ensure seamless integration and stable operation, your project must meet the following minimum requirements:
| Platform | Minimum Version / Requirement |
|---|---|
| React Native | 0.71.0 |
| Android | minSdkVersion: 24 |
| compileSdkVersion: 34 | |
| targetSdkVersion: 34 | |
| kotlinVersion: 1.8.0 | |
| Gradle Plugin: 7.4.2 | |
| Gradle: 7.6 | |
| iOS | iOS 13.0 |
| Xcode 16.4 (required for building) |
Note:
Operation on versions lower than these is not guaranteed. For iOS, Xcode 16.4 or higher is strictly required to build.
Additional Android Requirements
1. Android Gradle Plugin and Kotlin Version
Ensure the following in your android/build.gradle:
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
}
}
And in your gradle/wrapper/gradle-wrapper.properties:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip