Skip to content

Commit 3e6a5da

Browse files
authored
Merge branch 'master' into moo/dependency-update/react-native-bootsplash
2 parents d0e7b34 + 64c4bfe commit 3e6a5da

7 files changed

Lines changed: 51 additions & 45 deletions

File tree

.mx/releases_list.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
[
2+
{
3+
"id": 252692529,
4+
"tag_name": "v15.4.1",
5+
"name": "Release 15.4.1",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "- We have migrated to `react-native-vision-camera` to version 4.7.1.",
9+
"created_at": "2025-10-07T12:16:48Z",
10+
"published_at": "2025-10-07T12:20:13Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v15.4.1",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v15.4.1"
13+
},
14+
{
15+
"id": 252337887,
16+
"tag_name": "v14.1.6",
17+
"name": "Release 14.1.6",
18+
"draft": false,
19+
"prerelease": false,
20+
"body": "* We added support for Android devices that use a 16 KB memory page size, ensuring compatibility with the upcoming Android 16 KB page size requirement.",
21+
"created_at": "2025-10-06T08:12:14Z",
22+
"published_at": "2025-10-07T08:51:44Z",
23+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v14.1.6",
24+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v14.1.6"
25+
},
26+
{
27+
"id": 251705790,
28+
"tag_name": "v15.4.0",
29+
"name": "Release 15.4.0",
30+
"draft": false,
31+
"prerelease": false,
32+
"body": "- We have migrated from react-native-push-notification to @notifee/react-native for better new architecture compatibility and enhanced push notification features\r\n\r\n- We have upgraded `react-native-permissions` to version 5.4.2\r\n\r\n- We have removed `react-native-schedule-exact-alarm-permission` dependency\r\n\r\n- We have added a USE_BIOMETRIC permission in Android.\r\n\r\n- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.\r\n\r\n- We have upgraded react-native-reanimated to v3.16.7.",
33+
"created_at": "2025-10-02T11:48:24Z",
34+
"published_at": "2025-10-02T11:50:14Z",
35+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v15.4.0",
36+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v15.4.0"
37+
},
238
{
339
"id": 242209921,
440
"tag_name": "v11.1.4",
@@ -1162,41 +1198,5 @@
11621198
"published_at": "2022-12-27T11:54:02Z",
11631199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v6.2.29",
11641200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v6.2.29"
1165-
},
1166-
{
1167-
"id": 87296180,
1168-
"tag_name": "v5.2.15",
1169-
"name": "Release 5.2.15",
1170-
"draft": false,
1171-
"prerelease": false,
1172-
"body": "### Fixes\r\n- We changed the order of repositories in Android builds to fix an issue with jitpack.io",
1173-
"created_at": "2022-12-27T11:49:25Z",
1174-
"published_at": "2022-12-27T11:53:45Z",
1175-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v5.2.15",
1176-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v5.2.15"
1177-
},
1178-
{
1179-
"id": 87296192,
1180-
"tag_name": "v5.1.21",
1181-
"name": "Release 5.1.21",
1182-
"draft": false,
1183-
"prerelease": false,
1184-
"body": "### Fixes\r\n- We changed the order of repositories in Android builds to fix an issue with jitpack.io",
1185-
"created_at": "2022-12-27T11:49:37Z",
1186-
"published_at": "2022-12-27T11:53:30Z",
1187-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v5.1.21",
1188-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v5.1.21"
1189-
},
1190-
{
1191-
"id": 82572893,
1192-
"tag_name": "v6.3.3",
1193-
"name": "Release 6.3.3",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "## Fixes\r\n\r\n* We fixed an issue with push notifications not working correctly on Android 12 devices. (Tickets 167479, 167837, 168814)\r\n\r\n### Update Your Native Mobile Resources Module\r\n\r\nDue to a library update, your Native Template must be aligned with Native Mobile Resources or else your build will fail. Please make sure you are using the newest version of the Native Mobile Resources module from Marketplace (currently [version 3.13.0](https://marketplace.mendix.com/link/component/109513)).\r\n\r\nIf you already have a project in AppCenter, then you must add the following environment variable to ensure compatibility:\r\n\r\n1. Open your project in AppCenter and go to **Build** menu item.\r\n1. In **all branches**, click the wrench icon.\r\n1. In **Environment Variable**, add the following **Name** and **Value** (if this option is not enabled, enable it):\r\n 1. Name: **JAVA_HOME**.\r\n 1. Value: **$(JAVA_HOME_11_X64)**.\r\n\r\nIn the end, your variable should be set up like this:\r\n\r\n![env_var](https://user-images.githubusercontent.com/45102481/200879507-cdba57bd-6b99-44be-a838-e243fa324bdb.png)\r\n\r\n",
1197-
"created_at": "2022-11-10T15:26:32Z",
1198-
"published_at": "2022-11-11T06:44:09Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v6.3.3",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v6.3.3"
12011201
}
12021202
]

CHANGELOG.md

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

99
- We have migrated from `react-native-splash-screen@3.2.0` to `react-native-bootsplash@^7.7.0` for better splash screen support and autolinking compatibility.
1010

11+
- We added a new property to gradle.properties for scanning QR codes.
12+
1113
- We have migrated from react-native-push-notification to @notifee/react-native for better new architecture compatibility and enhanced push notification features
1214

1315
- We have upgraded `react-native-permissions` to version 5.4.2

android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ android.suppressUnsupportedCompileSdk=33
2626
newArchEnabled=false
2727
hermesEnabled=true
2828
mendixnative.cookieEncryption=false
29+
VisionCamera_enableCodeScanner=true

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ post_install do |installer|
113113
if target.name == 'react-native-video'
114114
config.build_settings['SWIFT_VERSION'] = '5.0'
115115
end
116+
if target.name == 'VisionCamera'
117+
config.build_settings['SWIFT_VERSION'] = '5.2'
118+
end
116119
end
117120
end
118121
# Ensure deployment_target is set correctly for all projects

ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,10 +1812,10 @@ PODS:
18121812
- ReactCommon/turbomodule/bridging
18131813
- ReactCommon/turbomodule/core
18141814
- Yoga
1815-
- SDWebImage (5.21.1):
1816-
- SDWebImage/Core (= 5.21.1)
1817-
- SDWebImage/Core (5.21.1)
1818-
- SDWebImageAVIFCoder (0.11.0):
1815+
- SDWebImage (5.21.2):
1816+
- SDWebImage/Core (= 5.21.2)
1817+
- SDWebImage/Core (5.21.2)
1818+
- SDWebImageAVIFCoder (0.11.1):
18191819
- libavif/core (>= 0.11.0)
18201820
- SDWebImage (~> 5.10)
18211821
- SDWebImageWebPCoder (0.14.6):
@@ -2200,8 +2200,8 @@ SPEC CHECKSUMS:
22002200
RNScreens: e9bb7c3063237983e75d01bb45ce591cc4e7afc2
22012201
RNSVG: 515a902fc18a375907eb4c3abec0b803fbfa37ef
22022202
RNVectorIcons: 85ed086927e7548461d593e68b190c38a6606a05
2203-
SDWebImage: f29024626962457f3470184232766516dee8dfea
2204-
SDWebImageAVIFCoder: 00310d246aab3232ce77f1d8f0076f8c4b021d90
2203+
SDWebImage: 9f177d83116802728e122410fb25ad88f5c7608a
2204+
SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57
22052205
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
22062206
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
22072207
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-template",
3-
"version": "15.3.0",
3+
"version": "15.4.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "node patches/apply-patches.js && jetify",

0 commit comments

Comments
 (0)