> 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/react-native/release-notes.md).

# Release Notes

{% hint style="danger" %}
This SDK is deprecated and will receive limited support. Please adopt the v10 SDK: [https://github.com/smileidentity/docs/blob/main/mobile/react-native/broken-reference/README.md](https://github.com/smileidentity/docs/blob/main/mobile/react-native/broken-reference/README.md "mention")
{% endhint %}

## 0.0.44

* Fixed issue with reenrolling user using the .

  ```
  allow_re_enroll
  ```

  flag on the user id info object during job submission
* Fixed issue with updating a user on file selfie using the

  ```
  use_enrolled_image
  ```

  lag on the user id info object during job submission

## 0.0.39

* Bug fixes by way of bumping native SDK versions (both iOS and Android)

## 0.0.38

Android & iOS

* BVN Consent fixes and bug fixes and minor improvements
* Document capture crashes fixes on other android devices due to cropping issues

## 0.0.36

Android & iOS

* BVN Consent fixes and bug fixes and minor improvements

## 0.0.35

Android & iOS

* BVN Consent

## 0.0.34

Android

* Improve blur checks and provide accurate realtime feedback during capture
* Updated the android gradle plugin to 7.2 this may warrant an upgrade of several packages particularly app compat which is now using 1.5.1

## 0.0.33

Android

* Improve document capture blur and light checks

## 0.0.32

Android

* Improved user experience during document captures to avoid unnecessary ui feedbacks
* Improve document capture blur and light checks

## 0.0.31

Android

* Improved user experience during document captures to avoid unnecessary ui feedbacks

IOS

* IOS auth smile fix for when local callback url is not set

## 0.0.30

Android

* Updated project gradle wrapper to 7.5
* Updated gradle plugin to 7.2.1
* Updated target SDK to android 32
* Better messaging for document capture
* Added ability to set id type as passport/id card/ other which will enable the the correct aspect ratio for the document
* Document capture will be in landscape mode always for better document captures

IOS

* Fix callback error when submitting a job without setting a callback on the portal
* Extra partner params fix

## 0.0.29

Android: Removed every other permission requests except for camera related permission checks

## 0.0.28

1. Blurred photos fix from auto focus
2. Correct cropping on images (much more apparent on the S8)
3. Camera preview increased resolution

## 0.0.27

* Document capture improvements
* Android/IOS dark mode opt outs
* Other small improvements

*Known issue of a bad crop when capturing documents on a samsung S8*

## 0.0.26

* Fix for capture methods to always include a null on the config when no customisation is intended (breaking change in 0.0.25 )
* Fix for document verification including the `use_`*`enrolled_image`* flag on the user id info when running a document verification job see [here](/integration-options/mobile/react-native/products-and-job-types/document-verification.md#submit-the-job-to-smile-identity)


---

# 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/react-native/release-notes.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.
