Skip to content

Commit 5308d39

Browse files
Merge branch 'master' into moo/MOO-2027-mendix-native-upgrade
2 parents 6012e8f + 52cab43 commit 5308d39

6 files changed

Lines changed: 107 additions & 111 deletions

File tree

.mx/releases_list.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"id": 259940271,
4+
"tag_name": "v15.4.3",
5+
"name": "Release 15.4.3",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "- We updated the version of `@mendix/native` to `10.3.0` to fix the components.json errors.",
9+
"created_at": "2025-11-05T14:53:16Z",
10+
"published_at": "2025-11-05T14:55:28Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v15.4.3",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v15.4.3"
13+
},
214
{
315
"id": 257444967,
416
"tag_name": "v15.4.2",
@@ -1186,17 +1198,5 @@
11861198
"published_at": "2023-01-31T11:42:34Z",
11871199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v6.3.5",
11881200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v6.3.5"
1189-
},
1190-
{
1191-
"id": 89699734,
1192-
"tag_name": "v5.2.16",
1193-
"name": "Release 5.2.16",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "* Pinned AndroidX library versions to prevent compilation errors for Android builds.",
1197-
"created_at": "2023-01-20T13:46:20Z",
1198-
"published_at": "2023-01-20T14:13:28Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v5.2.16",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v5.2.16"
12011201
}
12021202
]

android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ android {
105105
packagingOptions {
106106
pickFirst "**/libc++_shared.so"
107107
pickFirst "**/libcrypto.so"
108+
pickFirst "**/libjsi.so"
109+
pickFirst "**/libreactnative.so"
108110
}
109111
}
110112

ios/Podfile.lock

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,42 +26,14 @@ PODS:
2626
- libwebp/sharpyuv (1.5.0)
2727
- libwebp/webp (1.5.0):
2828
- libwebp/sharpyuv
29-
- MendixNative (0.0.1):
30-
- DoubleConversion
31-
- glog
32-
- hermes-engine
33-
- RCT-Folly (= 2024.11.18.00)
34-
- RCTRequired
35-
- RCTTypeSafety
36-
- React-Core
37-
- React-debug
38-
- React-Fabric
39-
- React-featureflags
40-
- React-graphics
41-
- React-ImageManager
42-
- React-NativeModulesApple
43-
- React-RCTAppDelegate
44-
- React-RCTFabric
45-
- React-rendererdebug
46-
- React-utils
47-
- ReactAppDependencyProvider
48-
- ReactCodegen
49-
- ReactCommon
50-
- ReactCommon/turbomodule/bridging
51-
- ReactCommon/turbomodule/core
52-
- RNCAsyncStorage
53-
- SSZipArchive
54-
- Yoga
55-
- op-sqlite (12.0.2):
29+
- op-sqlite (15.0.7):
5630
- DoubleConversion
5731
- glog
5832
- hermes-engine
5933
- OpenSSL-Universal
6034
- RCT-Folly (= 2024.11.18.00)
6135
- RCTRequired
6236
- RCTTypeSafety
63-
- React
64-
- React-callinvoker
6537
- React-Core
6638
- React-debug
6739
- React-Fabric
@@ -2492,8 +2464,7 @@ SPEC CHECKSUMS:
24922464
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
24932465
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
24942466
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
2495-
MendixNative: d76c461cfe93066190b9f1c21d01a4960e1f7ce2
2496-
op-sqlite: f364fb409143a1194b76909630c050c6e91245e9
2467+
op-sqlite: bd4cc931ab939b14434fb7a1981a3fd82f5b4bb6
24972468
OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
24982469
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
24992470
RCTDeprecation: 6ee92578d332db1d4e03267d3ae98bcf8b780863
@@ -2580,6 +2551,6 @@ SPEC CHECKSUMS:
25802551
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
25812552
Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4
25822553

2583-
PODFILE CHECKSUM: f83815b440871ddc4d9bac375e7dc5aef13dcf51
2554+
PODFILE CHECKSUM: db7be98fae80b54b4f99987282d8e88ba12b8124
25842555

25852556
COCOAPODS: 1.16.2

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-template",
3-
"version": "15.4.2",
3+
"version": "15.4.4",
44
"private": true,
55
"scripts": {
66
"postinstall": "node patches/apply-patches.js && jetify",
@@ -11,7 +11,7 @@
1111
"@gorhom/bottom-sheet": "^5.1.1",
1212
"mendix-native": "file:./mendix-native-0.1.0.tgz",
1313
"@notifee/react-native": "9.1.8",
14-
"@op-engineering/op-sqlite": "12.0.2",
14+
"@op-engineering/op-sqlite": "15.0.7",
1515
"@react-native-async-storage/async-storage": "2.0.0",
1616
"@react-native-camera-roll/camera-roll": "7.4.0",
1717
"@react-native-community/cli": "16.0.2",

0 commit comments

Comments
 (0)