> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-plus-mobile-sdk/okaycam-plus-react-native/changelogs.md).

# Changelogs

### React Native &#x20;

{% tabs %}
{% tab title="Version 1.x.x" %}

#### Version 1.0.6 (13 Jan 2026)

* Implemented OkayCam Plus Android SDK version 1.0.6 which fixes following issues:
  * Fix close button off screen with system navigation bar issue
  * Updated IAD SDK to version 2.5.1 to fix the Android 13 crash issue

#### Version 1.0.6 (14 Nov 2025)

* Implement OkayCamPlus iOS SDK 1.0.9 (IAD camera initialization issue)

#### Version 1.0.5 (12 Nov 2025)

* Implement OkayCamPlus iOS SDK 1.0.7 (IAD camera initialization issue)

#### Version 1.0.4 (30 Oct 2025)

* Fix document capture wasn't cropping from side
* Fix AppStore upload issue with nested framework

#### Version 1.0.3 (23 Oct 2025)

* Return image paths or base64 strings based on `base64` boolean flag

#### Version 1.0.2 ( 9 Oct 2025)

* Implemented 32 bit OS Support

#### Version 1.0.0 ( 5 September 2025)

* Implemented Android SDK 1.0.0
* Implemented iOS SDK 1.0.5
  {% endtab %}

{% tab title="Version 2.x.x" %}

#### Version 2.0.1 (18 May 2026)

* Implement OkayCamPlus Android SDK version 2.0.5 and iOS SDK version 2.0.7
* Integrated with IAD SDK version 2.5.4

***

#### Version 2.0.0 (3 March 2026)

* Integrated OkayCamV3 SDK for Android and iOS with a refreshed aesthetic UI
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-plus-mobile-sdk/okaycam-plus-react-native/changelogs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
