Getting started
Terms & Policies
When using our SDKs, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.
Current versions
Library | Version | npm |
---|---|---|
| ||
| ||
|
Requirements
The libraries are compatible only with React Native versions that are 0.66.5
or later.
Android
Settings | Minimum version |
---|---|
minSdkVersion | 21 |
compileSdkVersion | 34 |
Java version | 8 |
iOS
Settings | Minimum version |
---|---|
Target | 12 |
Xcode | 14.3.1 |
Swift | 5.5 |
ProGuard settings
If you use ProGuard or a similar tool that includes shrink or obfuscation rules in your project, you may need to add these exceptions for our SDKs to work properly.
R8 / PROGUARD
If you are using R8 the shrinking and obfuscation rules are included automatically.
ProGuard users must manually add the options from retrofit2.pro.
You might also need rules for OkHttp and Okio which are dependencies of this library.
Last updated