Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions programming/react-native/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ breadcrumbText: Release Notes

# Dynamsoft Capture Vision React Native SDK - Release Notes

- [3.4.1200 (04/22/2026)]({{ site.dcv_react_native }}release-notes/react-native-3.html#341200-04222026)
- [3.4.1100 (03/26/2026)]({{ site.dcv_react_native }}release-notes/react-native-3.html#341100-03262026)
- [3.4.1000 (03/19/2026)]({{ site.dcv_react_native }}release-notes/react-native-3.html#341000-03192026)
- [3.2.5001 (12/25/2025)]({{ site.dcv_react_native }}release-notes/react-native-3.html#325001-12252025)
Expand Down
12 changes: 12 additions & 0 deletions programming/react-native/release-notes/react-native-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ noTitleIndex: true

# Release Notes v3.x - dynamsoft-capture-vision-react-native

## 3.4.1200 (04/22/2026)

### Improved

- Updated camera lifecycle management code to improve stability.

### Fixed

- Fixed an issue where downloading deep learning models could fail.
- Fixed an issue where the [`switchCapturingTemplate`]({{ site.dcvb_ios_api }}capture-vision-router/multiple-file-processing.html#switchcapturingtemplate) method could fail to load deep learning models.
- Fixed an issue where nullable MRZ result fields could cause errors or inconsistent values when being bridged from iOS native code to React Native.

## 3.4.1100 (03/26/2026)

- Fixed a symbol conflict issue.
Expand Down
Loading