# React Native SDK changelog

{% hint style="info" %}
**Breaking changes are marked in bold.**
{% endhint %}

### Version 1.1.43

*Released on May 13, 2026*

* **Updated**: iOS version increased to 1.1.161 and Android version increased to 1.1.183.

### Version 1.1.42

*Released on Apr 22, 2026*

* **Updated**: iOS version increased to 1.1.159 and Android version increased to 1.1.181.

### Version 1.1.41

*Released on Mar 25, 2026*

* **Updated**: iOS version increased to 1.1.158 and Android version increased to 1.1.179.

### Version 1.1.40

*Released on Mar 11, 2026*

* **Updated**: iOS version increased to 1.1.157 and Android version increased to 1.1.177.
* **Added: Ability to include Email verification step.**

### Version 1.1.38

*Released on Feb 18, 2026*

* **Updated**: iOS version increased to 1.1.156.

### Version 1.1.37

*Released on Feb 17, 2026*

* **Updated**: iOS version increased to 1.1.155, **Adding** ability to override specific element colors for enhanced UI customization:
  * `input_active_border_color` – Active state border color for input fields.
  * `input_default_border_color` – Default border color for input fields.
  * `button_secondary_outline_color` – Outline color for secondary buttons.
  * `button_secondary_text_color` – Text color for secondary buttons.

### Version 1.1.36

*Released on Feb 13, 2026*

* **Updated**: Android version increased to 1.1.175, **Adding** ability to override specific element colors for enhanced UI customization:
  * `input_active_border_color` – Active state border color for input fields.
  * `input_default_border_color` – Default border color for input fields.
  * `button_secondary_outline_color` – Outline color for secondary buttons.
  * `button_secondary_text_color` – Text color for secondary buttons.

### Version 1.1.34

*Released on Feb 02, 2026*

* **Updated**: iOS version increased to 1.1.153, **adding NFC reader support.** Android version increased to 1.1.172.

### Version 1.1.33

*Released on Jan 29, 2026*

* **Updated**: Android version increased to 1.1.171.

### Version 1.1.32

*Released on Jan 21, 2026*

* **Updated**: Android version increased to 1.1.166, **adding NFC reader support.**

### Version 1.1.30

*Released on Dec 08, 2025*

* **Added**: [New color variables](https://docs.identomat.com/sdks/react-native-sdk/pages/sMnYHKpPfQuXczMlnIHB#id-1.-customizing-colors) in design customization.
* **Updated**: iOS version increased to 1.1.152 and Android version increased to 1.1.163.

### Version 1.1.28

*Released on Sep 19, 2025*

* **Updated**: iOS version increased to 1.1.141.

### Version 1.1.26

*Released on Sep 10, 2025*

* **Updated**: iOS version increased to 1.1.139 and Android version increased to 1.1.155.

### Version 1.1.25

*Released on July 29, 2025*

* **Updated**: iOS version increased to 1.1.132 and Android version increased to 1.1.147.
* **Added: Ability to include a user questionnaire step.**
* **Added: Ability to start sessions using a predefined configuration.**

### Version 1.1.24

*Released on July 24, 2025*

* **Updated**: iOS version increased to 1.1.131 and Android version increased to 1.1.146.

### Version 1.1.23

*Released on Jun 26, 2025*

* **Updated**: iOS version increased to 1.1.130 and Android version increased to 1.1.142.

### Version 1.1.21

*Released on May 23, 2025*

* **Updated**: iOS version increased to 1.1.129 and Android version increased to 1.1.138 due to Kotlin version update (2.1.21).

### Version 1.1.19

*Released on March 27, 2025*

* **Updated**: iOS version increased to 1.1.126 and Android version increased to 1.1.134.

### Version 1.1.18

*Released on March 17, 2025*

* **Updated**: Android version increased to 1.1.133.

### Version 1.1.17

*Released on March 17, 2025*

* **Updated**: iOS version increased to 1.1.124 and Android version increased to 1.1.132.

### Version 1.1.13

*Released on March 12, 2025*

* **Updated**: iOS version increased to 1.1.122 and Android version increased to 1.1.129.

### Version 1.1.13

* **Fixed**: Various bugs and performance improvements.

### Version 1.1.13

* **Added**: Callback for unfinished sessions.
* **Updated**: iOS version increased to 1.1.120 and Android version increased to 1.1.124.

### Version 1.1.12

* **Updated**: iOS version increased to 1.1.119 and Android version increased to 1.1.123.

### Version 1.1.11

* **Updated**: Android version increased to 1.1.122.

### Version 1.1.10

* **Updated**: iOS version increased to 1.1.116.

### Version 1.1.8

* **Updated**: Upgraded to the latest version of React Native.


---

# Agent Instructions: 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:

```
GET https://docs.identomat.com/sdks/react-native-sdk/react-native-sdk-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
