react-native-okhi 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -172,6 +172,11 @@ export default function Dashboard() {
172
172
  }
173
173
  ```
174
174
 
175
+ ## Documentation
176
+
177
+ - [Official Guide](https://docs.okhi.com/latest/code-libraries/react-native-guide) — Full integration guide
178
+ - [AGENTS.md](./AGENTS.md) — AI agent integration reference
179
+
175
180
  ## License
176
181
 
177
182
  MIT © [OkHi](https://okhi.co)
@@ -1,4 +1,4 @@
1
- Okhi_kotlinVersion=2.0.21
1
+ Okhi_kotlinVersion=2.1.21
2
2
  Okhi_minSdkVersion=21
3
3
  Okhi_targetSdkVersion=34
4
4
  Okhi_compileSdkVersion=35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-okhi",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "The OkHi React Native library enables you to collect and verify addresses from your users",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/OkHi/react-native-okhi",