Skip to content

Commit 22911d3

Browse files
authored
[MOO-1469] react native upgrade to 0.73.8 (#141)
2 parents 8d16aa3 + 7485e75 commit 22911d3

41 files changed

Lines changed: 2761 additions & 5182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/e2e/native_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"react-native-maps": "0.31.1",
33
"react-native-geocoder": "0.5.0",
4-
"react-native-device-info": "8.7.1",
4+
"react-native-device-info": "11.1.0",
55
"react-native-action-button": "2.8.5",
66
"react-native-material-menu": "1.2.0",
77
"react-native-linear-gradient": "2.5.6",

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@commitlint/config-conventional": "^15.0.0",
4747
"@rollup/plugin-node-resolve": "^13.0.6",
4848
"@testing-library/jest-native": "^5.4.1",
49+
"@testing-library/react": "^16.0.0",
4950
"@testing-library/react-native": "^11.5.1",
5051
"@types/big.js": "^6.0.2",
5152
"@types/concurrently": "^6.3.0",
@@ -57,7 +58,6 @@
5758
"@types/node": "^16.11.19",
5859
"@types/react": "~18.0.0",
5960
"@types/react-dom": "~18.0.0",
60-
"@types/react-native": "0.72.7",
6161
"@types/react-native-vector-icons": "^6.4.9",
6262
"@types/react-test-renderer": "~18.0.0",
6363
"@types/shelljs": "^0.8.9",
@@ -66,6 +66,7 @@
6666
"deepmerge": "^4.2.2",
6767
"detox": "^19.13.0",
6868
"eslint": "^7.20.0",
69+
"eslint-plugin-prettier": "4.2.1",
6970
"husky": "^8.0.0",
7071
"identity-obj-proxy": "^3.0.0",
7172
"image-js": "^0.33.0",
@@ -90,14 +91,14 @@
9091
"node": ">=20"
9192
},
9293
"resolutions": {
93-
"@mendix/pluggable-widgets-tools": "9.24.0",
94+
"@mendix/pluggable-widgets-tools": "9.24.1",
9495
"@types/react": "^18",
95-
"@types/react-native": "0.72.7",
9696
"react": "18.2.0",
9797
"react-dom": "18.2.0",
98-
"react-native": "0.72.7",
98+
"react-native": "0.73.8",
9999
"typescript": "^4.9.5",
100-
"ts-node": "^10.9.1"
100+
"ts-node": "^10.9.1",
101+
"@prettier/plugin-xml": "2.2.0"
101102
},
102103
"packageManager": "yarn@4.4.0"
103104
}

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

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

77
## [Unreleased]
88

9+
## [8.0.0] Native Mobile Resources - 2024-07-30
10+
11+
### BREAKING
12+
13+
- We have upgraded React Native to version 0.73.8.
14+
915
## [7.0.0] Native Mobile Resources - 2024-07-08
1016

1117
- We have fixed an issue with checking blocked permissions on iOS
1218
- We have fixed an issue with `useNavigation` support in widgets.
1319

20+
### BREAKING
21+
22+
- We have upgraded React Native Device Info to version 11.1.0.
23+
1424
## [6.1.0] Native Mobile Resources - 2024-05-28
1525

1626
### Changed

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "7.0.0",
4+
"version": "8.0.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -32,7 +32,7 @@
3232
"fbjs": "3.0.4",
3333
"mime": "3.0.0",
3434
"react-native-blob-util": "0.16.2",
35-
"react-native-device-info": "8.7.1",
35+
"react-native-device-info": "11.1.0",
3636
"react-native-file-viewer": "2.1.5",
3737
"react-native-image-picker": "5.0.1",
3838
"react-native-inappbrowser-reborn": "3.4.0",

packages/pluggableWidgets/app-events-native/src/__tests__/AppEvents.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe("AppEvents", () => {
5151
afterEach(() => {
5252
appStateChangeHandler = undefined;
5353
connectionChangeHandler = undefined;
54-
// setTimeout(); NodeJS.Timeout;
5554
});
5655

5756
it("does not render anything", () => {

packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Added
10+
11+
- We have upgraded React Native Device Info to version 11.1.0.
12+
913
## [3.2.2] - 2023-5-24
1014

1115
### Fixed

packages/pluggableWidgets/bottom-sheet-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bottom-sheet-native",
33
"widgetName": "BottomSheet",
4-
"version": "3.2.2",
4+
"version": "3.3.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"@mendix/piw-native-utils-internal": "*",
2323
"@mendix/piw-utils-internal": "*",
2424
"react-native-actionsheet": "^2.4.2",
25-
"react-native-device-info": "8.7.1",
25+
"react-native-device-info": "11.1.0",
2626
"react-native-modal": "^11.5.4",
2727
"react-native-reanimated": "^1.0.1",
2828
"reanimated-bottom-sheet": "^1.0.0-alpha.19"

packages/pluggableWidgets/bottom-sheet-native/src/__tests__/__snapshots__/BottomSheet.spec.tsx.snap

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Bottom sheet renders a custom bottom action sheet for ios (Basic modal) with custom style 1`] = `
4-
<Modal
5-
animationType="none"
6-
hardwareAccelerated={false}
7-
onRequestClose={[Function]}
8-
transparent={true}
9-
visible={false}
10-
/>
11-
`;
3+
exports[`Bottom sheet renders a custom bottom action sheet for ios (Basic modal) with custom style 1`] = `null`;
124

135
exports[`Bottom sheet renders a custom modal 1`] = `
146
<View

packages/pluggableWidgets/bottom-sheet-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="BottomSheet" version="3.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BottomSheet" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BottomSheet.xml" />
66
</widgetFiles>

packages/pluggableWidgets/feedback-native/src/__tests__/__snapshots__/Feedback.spec.tsx.snap

Lines changed: 72 additions & 135 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)