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
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,96 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [12.1.0] Native Mobile Resources - 2026-6-10
10
+
9
11
- Updated react-native from version 0.83.4 to 0.84.1.
10
12
- Updated @sbaiahmed1/react-native-biometrics from version v0.10.0 to v0.15.0.
11
13
14
+
## [3.2.1] BarChart
15
+
16
+
### Fixed
17
+
18
+
- We have resolved an issue preventing Bar chart from rendering correctly.
19
+
20
+
## [5.3.0] BottomSheet
21
+
22
+
### Changed
23
+
24
+
- Updated react-native-gesture-handler from version v2.30.0 to v2.31.2.
25
+
- Updated react-native-reanimated from version v4.2.2 to v4.3.1.
26
+
- Updated react-native-worklets from version v0.7.4 to v0.8.3.
27
+
- Updated @gorhom/bottom-sheet from version v5.2.8 to v5.2.14.
28
+
- Updated @shopify/flash-list from version v2.2.2 to v2.3.1.
29
+
30
+
## [2.2.1] ColumnChart
31
+
32
+
### Fixed
33
+
34
+
- We have resolved an issue preventing Column chart from rendering correctly
35
+
36
+
## [3.6.1] Feedback
37
+
38
+
### Changed
39
+
40
+
- Updated react-native-view-shot from version v4.0.3 to 5.1.0.
41
+
42
+
## [4.2.1] FloatingActionButton
43
+
44
+
### Changed
45
+
46
+
- Replaced `react-native-action-button` library with custom implementation using React Native's Animated API for better maintainability and reduced bundle size.
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/floating-action-button-native/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [4.2.1] - 2026-6-10
10
+
9
11
### Changed
10
12
11
13
- Replaced `react-native-action-button` library with custom implementation using React Native's Animated API for better maintainability and reduced bundle size.
0 commit comments