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
+25-1Lines changed: 25 additions & 1 deletion
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
+
## [11.1.0] Native Mobile Resources - 2025-10-2
10
+
9
11
- We migrated from react-native-sound to react-native-track-player.
10
12
- We updated react-native-permissions to 5.4.2.
11
13
- We removed react-native-schedule-exact-alarm-permission since it's no longer required.
@@ -14,32 +16,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14
16
- File viewer now uses modal to display content
15
17
- We migrated from react-native-biometrics to @sbaiahmed1/react-native-biometrics for new architecture compatibility
16
18
17
-
## [11.0.0] Native Mobile Resources - 2025-7-7
19
+
## [5.0.2] BottomSheet
20
+
21
+
- Updated react-native-reanimated to v3.16.7
22
+
23
+
## [3.0.1] Image
24
+
25
+
### Changed
26
+
27
+
- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.
28
+
29
+
## [6.3.0] VideoPlayer
30
+
31
+
### Changed
18
32
33
+
- We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package.
34
+
35
+
## [11.0.0] Native Mobile Resources - 2025-7-7
19
36
20
37
## [2.2.0] BackgroundGradient
38
+
21
39
- Updated react-native-linear-gradient to latest version.
22
40
23
41
## [5.0.1] BottomSheet
42
+
24
43
- Updated react-native-device-info to latest version.
25
44
26
45
## [4.1.0] IntroScreen
46
+
27
47
- Updated react-native-device-info to latest version.
28
48
29
49
### Fixed
30
50
31
51
- We have fixed defaultProps deprecation warning.
32
52
33
53
## [5.0.0] Notifications
54
+
34
55
- The widget has been migrated to notifee.
35
56
36
57
## [3.1.0] SafeAreaView
58
+
37
59
- We fixed the issue where the header is going outside of page in some android versions.
38
60
39
61
## [2.3.0] Signature
62
+
40
63
- Updated react-native-webview from version v13.12.5 to latest
41
64
42
65
## [4.3.0] WebView
66
+
43
67
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/video-player-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
+
## [6.3.0] - 2025-10-2
10
+
9
11
### Changed
10
12
11
13
- We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package.
0 commit comments