Skip to content

Commit 48aa740

Browse files
chore: bump RN to 0.77.3 and update tests snapshots (#303)
2 parents eb96784 + 408dcf0 commit 48aa740

File tree

6 files changed

+681
-628
lines changed

6 files changed

+681
-628
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@actions/core": "^1.6.0",
4444
"@commitlint/cli": "^18.6.1",
4545
"@commitlint/config-conventional": "^18.6.3",
46-
"@react-native/babel-preset": "0.75.4",
46+
"@react-native/babel-preset": "0.77.3",
4747
"@testing-library/jest-native": "^5.4.3",
4848
"@testing-library/react-native": "^12.9.0",
4949
"@types/big.js": "^6.2.2",
@@ -89,7 +89,7 @@
8989
"@types/react": "^18",
9090
"react": "18.2.0",
9191
"react-dom": "18.2.0",
92-
"react-native": "0.75.4",
92+
"react-native": "0.77.3",
9393
"@prettier/plugin-xml": "2.2.0",
9494
"@types/react-native": "0.73.0",
9595
"cheerio": "1.0.0-rc.12",

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- Updated react-native from version 0.75.4 to 0.77.3.
10+
911
## [10.0.0] Native Mobile Resources - 2025-3-31
12+
1013
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
1114

1215
- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.
1316

1417
- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.
1518

1619
## [5.0.0] AppEvents
20+
1721
### Changed
1822

1923
- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.
2024

2125
## [5.0.0] BottomSheet
26+
2227
### Changed
2328

2429
- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.
2530

2631
## [3.4.0] Feedback
32+
2733
### Changed
2834

2935
- Updated react-native-view-shot from version v3.1.2 to v4.0.3.
3036

3137
## [3.3.0] ListViewSwipe
32-
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
38+
39+
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
3340

3441
## [2.2.0] Signature
42+
3543
### Changed
3644

3745
- Updated react-native-webview from version v9.0.0 to v10.15.0.
3846

3947
## [4.2.0] WebView
48+
4049
### Changed
4150

4251
- Updated react-native-webview from version v11.26.1 to v13.13.2

packages/pluggableWidgets/animation-native/src/__tests__/__snapshots__/Animation.spec.tsx.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
exports[`Animation renders 1`] = `
44
<View
55
collapsable={false}
6-
style={{}}
6+
style={
7+
[
8+
{},
9+
{},
10+
{},
11+
]
12+
}
713
testID="animation-test"
814
>
915
<Text>

packages/pluggableWidgets/popup-menu-native/src/__tests__/__snapshots__/PopupMenu.spec.tsx.snap

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ exports[`Popup menu renders 1`] = `
110110
<View
111111
collapsable={false}
112112
style={
113-
{
114-
"overflow": "hidden",
115-
}
113+
[
114+
{
115+
"overflow": "hidden",
116+
},
117+
false,
118+
]
116119
}
117120
>
118121
<View
@@ -313,9 +316,12 @@ exports[`Popup menu renders custom items 1`] = `
313316
<View
314317
collapsable={false}
315318
style={
316-
{
317-
"overflow": "hidden",
318-
}
319+
[
320+
{
321+
"overflow": "hidden",
322+
},
323+
false,
324+
]
319325
}
320326
>
321327
<View

packages/pluggableWidgets/progress-circle-native/src/__tests__/__snapshots__/ProgressCircle.spec.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports[`ProgressCircle renders 1`] = `
3030
"backgroundColor": "transparent",
3131
"borderWidth": 0,
3232
},
33-
{},
3433
{
3534
"flex": 0,
3635
"height": 100,

0 commit comments

Comments
 (0)