You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/jsActions/mobile-resources-native/CHANGELOG.md
+33-9Lines changed: 33 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
-
## [10.1.8] Native Mobile Resources - 2025-11-7
10
-
## [] Notifications
9
+
## [10.1.11] Native Mobile Resources - 2025-12-19
11
10
12
-
### BREAKING
13
11
14
-
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
12
+
## [4.2.2] BarcodeScanner
13
+
- We expanded the barcode-scanner configuration in Vision Camera to support all available `CodeType` formats, including QR, Aztec, Data Matrix, PDF-417, EAN, UPC, GS1 DataBar, ITF, and Code barcodes.
14
+
15
+
## [10.1.10] Native Mobile Resources - 2025-12-11
16
+
17
+
18
+
## [4.2.1] BarcodeScanner
19
+
### Fixed
20
+
21
+
- Updated react-native-vision-camera from version v4.7.1 to v4.7.3.
22
+
23
+
## [10.1.9] Native Mobile Resources - 2025-11-21
24
+
25
+
## [4.2.0] BarcodeScanner
26
+
27
+
### Fixed
28
+
29
+
- We migrated to react-native-vision-camera from react-native-camera.
30
+
31
+
## [10.1.8] Native Mobile Resources - 2025-11-7
15
32
16
33
## [4.2.0] Notifications
34
+
17
35
## BREAKING
18
36
19
37
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
20
38
21
39
## [10.1.6] Native Mobile Resources - 2025-10-17
22
40
23
-
24
41
## [2.0.1] Gallery
42
+
25
43
### Fixed
26
44
27
-
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
45
+
-We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
28
46
29
47
## [6.1.2] VideoPlayer
48
+
30
49
- We have updated `react-native-video` version to 6.10.2.
31
50
- We have fixed an issue where videos were muted in iOS silent mode. The video player now plays sound even when the device is set to silent.
32
51
@@ -53,10 +72,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
53
72
54
73
## [3.1.1] SafeAreaView
55
74
75
+
### Fixed
76
+
56
77
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
57
78
58
79
## [2.3.0] Signature
59
80
81
+
### Fixed
82
+
60
83
- Updated react-native-webview from version v13.12.5 to latest
61
84
62
85
## [6.1.1] VideoPlayer
@@ -72,9 +95,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
72
95
## [10.0.0] Native Mobile Resources - 2025-3-31
73
96
74
97
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
75
-
76
98
- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.
77
-
78
99
- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.
79
100
80
101
## [5.0.0] AppEvents
@@ -165,10 +186,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
165
186
166
187
## [4.3.1] ProgressBar
167
188
189
+
### Fixed
190
+
168
191
- Bumped the version of the react-native-progress to fix black background issues.
169
192
170
193
## [3.2.1] ProgressCircle
171
194
195
+
### Fixed
196
+
172
197
- Bumped the version of the react-native-progress to fix black background issues.
173
198
174
199
## [9.1.0] Native Mobile Resources - 2024-12-18
@@ -490,7 +515,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
490
515
### Fixed
491
516
492
517
- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.
493
-
494
518
- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
-
- We migrated to react-native-vision-camera from react-native-camera.
9
+
## [4.2.2] - 2025-12-19
10
+
11
+
- We expanded the barcode-scanner configuration in Vision Camera to support all available `CodeType` formats, including QR, Aztec, Data Matrix, PDF-417, EAN, UPC, GS1 DataBar, ITF, and Code barcodes.
12
+
13
+
## [4.2.1] - 2025-12-11
14
+
15
+
### Fixed
16
+
10
17
- Updated react-native-vision-camera from version v4.7.1 to v4.7.3.
11
18
19
+
## [4.2.0] - 2025-11-21
20
+
21
+
- We migrated to react-native-vision-camera from react-native-camera.
0 commit comments