Skip to content

Commit 5d63e4e

Browse files
fix: native-widgets pipeline 10.24 (#331)
2 parents debaeec + 49ee88a commit 5d63e4e

File tree

11 files changed

+43
-10
lines changed

11 files changed

+43
-10
lines changed

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

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

77
## [Unreleased]
88

9+
## [10.1.3] Native Mobile Resources - 2025-9-9
10+
11+
12+
## [4.1.0] IntroScreen
13+
### Fixed
14+
15+
- We have fixed defaultProps deprecation warning.
16+
- Initial slide now correctly positioned on mount.
17+
18+
## [3.1.1] SafeAreaView
19+
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
20+
21+
## [2.3.0] Signature
22+
- Updated react-native-webview from version v13.12.5 to latest
23+
24+
## [6.1.1] VideoPlayer
25+
### Changed
26+
27+
- We have updated `react-native-video` version to 6.10.0
28+
29+
## [4.3.0] WebView
30+
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
31+
932
## [10.0.0] Native Mobile Resources - 2025-3-31
1033
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
1134

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

Lines changed: 3 additions & 3 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": "10.0.0",
4+
"version": "10.1.3",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -14,7 +14,7 @@
1414
},
1515
"testProject": {
1616
"githubUrl": "https://github.com/mendix/native-mobile-resources",
17-
"branchName": "main"
17+
"branchName": "mx/10.24.x"
1818
},
1919
"scripts": {
2020
"prestart": "rimraf ./dist/tsc",
@@ -54,4 +54,4 @@
5454
"rimraf": "^4.4.1",
5555
"rollup": "^2.79.2"
5656
}
57-
}
57+
}

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"testProject": {
1616
"githubUrl": "https://github.com/mendix/native-mobile-resources",
17-
"branchName": "main"
17+
"branchName": "mx/10.24.x"
1818
},
1919
"scripts": {
2020
"start": "rollup --config ../../../configs/jsactions/rollup.config.js --watch --configProject nanoflowcommons",

packages/modules/atlas-content-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "9.6.0.27784",
12+
"minimumMXVersion": "10.24.0.73019",
1313
"marketplaceId": 117175
1414
},
1515
"testProject": {
1616
"githubUrl": "https://github.com/mendix/native-mobile-resources",
17-
"branchName": "main"
17+
"branchName": "mx/10.24.x"
1818
},
1919
"scripts": {
2020
"release": "ts-node ./scripts/build.ts release",

packages/pluggableWidgets/intro-screen-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.1.0] - 2025-9-9
10+
911
### Fixed
1012

1113
- We have fixed defaultProps deprecation warning.

packages/pluggableWidgets/safe-area-view-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.1] - 2025-9-9
10+
911
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
1012

1113
## [3.1.0] - 2025-4-25

packages/pluggableWidgets/signature-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0] - 2025-9-9
10+
911
- Updated react-native-webview from version v13.12.5 to latest
1012

1113
## [2.2.0] - 2025-3-31

packages/pluggableWidgets/video-player-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-9-9
10+
911
### Changed
1012

1113
- We have updated `react-native-video` version to 6.10.0

packages/pluggableWidgets/web-view-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.3.0] - 2025-9-9
10+
911
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
1012

1113
## [4.2.0] - 2025-3-31

scripts/release/createNativeModules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async function updateNativeComponentsTestProject(moduleInfo, tmpFolder, nativeWi
129129
const tmpFolderActions = join(tmpFolder, `javascriptsource/${moduleInfo.moduleFolderNameInModeler}/actions`);
130130

131131
console.log("Updating NativeComponentsTestProject...");
132-
await cloneRepo(moduleInfo.testProjectUrl, tmpFolder);
132+
await cloneRepo(moduleInfo.testProjectUrl, tmpFolder, moduleInfo.testProjectBranchName);
133133

134134
console.log("Deleting existing JS Actions from test project...");
135135
await rm(tmpFolderActions, { force: true, recursive: true }); // this is useful to avoid retaining stale dependencies in the test project.
@@ -199,7 +199,7 @@ async function updateNativeComponentsTestProjectWithAtlas(moduleInfo, tmpFolder)
199199
const tmpFolderNativeStyles = join(tmpFolder, `themesource/${moduleInfo.moduleFolderNameInModeler}`);
200200

201201
console.log("Updating NativeComponentsTestProject..");
202-
await cloneRepo(moduleInfo.testProjectUrl, tmpFolder);
202+
await cloneRepo(moduleInfo.testProjectUrl, tmpFolder, moduleInfo.testProjectBranchName);
203203

204204
console.log("Copying Native styling files..");
205205
await Promise.all([

0 commit comments

Comments
 (0)