> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/integration-options/mobile/release-notes/release-notes-4.md).

# React Native Expo Release Notes

## 11.2.10 - May 15, 2026

### Changed

* Bump Android SDK to [v11.1.11](https://github.com/smileidentity/android-v11/releases/tag/v11.1.11)
* Bump iOS SDK to [v11.1.11](https://github.com/smileidentity/ios/releases/tag/v11.1.11)

## 11.2.9 - April 15, 2026

### Changed

* Bump Android SDK to [v11.1.9](https://github.com/smileidentity/android-v11/releases/tag/v11.1.9)
* Bump iOS SDK to [v11.1.9](https://github.com/smileidentity/ios/releases/tag/v11.1.9)

### Added

* Added `forceAgentMode` option on SmartSelfie Enrollment, SmartSelfie Authentication, Document Verification, Enhanced Document Verification and Biometric KYC. When enabled, the back camera is always used without showing a toggle switch to the user.

### Fixed

* Set `allowNewEnroll` default value to false across Android and iOS components.

## 11.2.8 - February 17, 2026

### Fixed

* Fix `didSubmitBiometricJob` not being returned from Android Biometric KYC Job.
* Fix `extraPartnerParams` not being properly propagated on Android.

## 11.2.7 - January 23, 2026

### Changed

* Bump Android SDK to [v11.1.7](https://github.com/smileidentity/android-v11/releases/tag/v11.1.7)
* Bump iOS SDK to [v11.1.7](https://github.com/smileidentity/ios/releases/tag/v11.1.7)

## 11.2.1 - December 23, 2025

### Changed

* Renamed `selfie` return type on `SmileIDDocumentVerificationView` and `SmileIDDocumentVerificationEnhancedView` to `selfieFile` to match Android and the docs.
* Extracted result mapping logic on Android to separate extension functions.
* Bump Android SDK to [v11.1.6](https://github.com/smileidentity/android-v11/releases/tag/v11.1.6)
* Bump iOS SDK to [v11.1.5](https://github.com/smileidentity/ios/releases/tag/v11.1.5)

### Added

* Added smile sensitivity parameter for customizable selfie capture thresholds.
* Added smile sensitivity parameter to biometric and document verification.

### Fixed

* Added workaround for iOS Swift module interface verification error (`SwiftVerifyEmittedModuleInterface`) that may occur with certain Xcode versions

## 11.2.0 - October 7, 2025

### 🚀 Major Updates

* **Upgraded Expo SDK from 53 to 54** - Full compatibility with the latest Expo release
  * Updated React and React Native to the latest compatible versions
  * Updated Kotlin to version 2.1.20 and removed dependencies pinned to Kotlin 2.0.21 for Expo SDK 54 compatibility
  * Upgraded Android Gradle Plugin (AGP) to version 8.13

### Changed

* **Android SDK**: Bumped to [v11.1.2](https://github.com/smileidentity/android-v11/releases/tag/v11.1.2)
* **sample-react-native**: Updated Metro and package configuration to use a local SDK source, fixed iOS entry point, and resolved TypeScript type and path issues

### Added

* Added Dependabot for automatic dependency updates.

## 11.1.1 - August 26, 2025

### Changed

* Bump iOS to 11.1.1 (<https://github.com/smileidentity/ios/releases/tag/v11.1.1>)

## 11.1.0 - August 5, 2025

### Changed

* Changed `enableAutoCapture` to `AutoCapture` enum to allow partners change document capture options
* Upgraded Smile ID Android and iOS SDKs to version **v11.1.0**.
* Bumped `compileSdkVersion` to 36 and resolved related build issues.

### Added

* Added `autoCaptureTimeout` to allow partners to configure the auto-capture timeout duration.

### Removed

* Removed the default `ConsentInformation`

## 11.0.0 - July 31, 2025

* Initial Release


---

# 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://legacy-docs.usesmileid.com/integration-options/mobile/release-notes/release-notes-4.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.
