Skip to content

Commit c022fba

Browse files
Merge branch 'main' into MOO-2019-react-native-file-viewer-upgrade
2 parents f2befa2 + 48aa740 commit c022fba

6 files changed

Lines changed: 672 additions & 627 deletions

File tree

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ 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.
910
- We migrated from react-native-file-viewer to react-native-file-viewer-turbo for new architecture compatibility
1011
- File viewer now uses modal to display content
1112

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)