From da8a86fc80e01ecb415e0e44048e4f926e27ee8e Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:51:28 +0530 Subject: [PATCH 1/4] chore: bump mendix native --- CHANGELOG.md | 4 ++++ ios/Podfile.lock | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4ff80b..a6bcb328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- We updated the version of mendix-native to v0.1.4 to fix iOS native file system issue. + ## [16.1.0] - 2025-11-30 - We have improved the styling where edge-to-edge mode is enabled. diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5a657015..0a1b2ca8 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -26,7 +26,7 @@ PODS: - libwebp/sharpyuv (1.5.0) - libwebp/webp (1.5.0): - libwebp/sharpyuv - - MendixNative (0.1.3): + - MendixNative (0.1.4): - DoubleConversion - glog - hermes-engine @@ -2490,7 +2490,7 @@ SPEC CHECKSUMS: libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 - MendixNative: 36190d86a65cb57b351c6396bc1349a7823206b0 + MendixNative: d0f0d8ac550d39d7476e464c1b3968314dd61aa9 op-sqlite: 12554de3e1a0cb86cbad3cf1f0c50450f57d3855 OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2 RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82 diff --git a/package-lock.json b/package-lock.json index 706b46d0..e8b629f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6707,9 +6707,9 @@ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" }, "node_modules/mendix-native": { - "version": "0.1.3", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", - "integrity": "sha512-EAtFuwzMg0SOKhaop5fdctZG0tRasNlQqamw6KAGfc/UlmHv+9sCs+np0957Y4AtBFHDRTmw7ggprkpm4JH3ow==", + "version": "0.1.4", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", + "integrity": "sha512-dPoDYBk5VCAEv2oiIM0bO/3JeEkDW/UdzCoW71JnGeIxRMCHtshtcqPRcdc7xFP9hRImFevYtjhA3iChLh9bLQ==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 65b330a5..d233601d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0", From 85882991cb59671830275841cbbe3ccb5ca4d6f9 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:02:08 +0530 Subject: [PATCH 2/4] chore: set swift version 5 for mendix native --- ios/Podfile | 2 +- ios/Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 66ccdc77..8710c3a8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -97,7 +97,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| # Specify 'Swift Version: 5.0' for resolving archieve errors. - if target.name == 'react-native-video' + if target.name == 'react-native-video' || target.name == 'MendixNative' config.build_settings['SWIFT_VERSION'] = '5.0' end if target.name == 'VisionCamera' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0a1b2ca8..5828a02d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2578,6 +2578,6 @@ SPEC CHECKSUMS: SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4 -PODFILE CHECKSUM: f83815b440871ddc4d9bac375e7dc5aef13dcf51 +PODFILE CHECKSUM: 84923fd0a7af9e1f96c12555441a1faaa0b4e13b COCOAPODS: 1.16.2 From 1ad7a20d854eab1f1bc9a2c9997bd53a40785e10 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:49:25 +0530 Subject: [PATCH 3/4] chore: revert package changes --- ios/Podfile.lock | 6 +++--- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5828a02d..5a657015 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -26,7 +26,7 @@ PODS: - libwebp/sharpyuv (1.5.0) - libwebp/webp (1.5.0): - libwebp/sharpyuv - - MendixNative (0.1.4): + - MendixNative (0.1.3): - DoubleConversion - glog - hermes-engine @@ -2490,7 +2490,7 @@ SPEC CHECKSUMS: libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 - MendixNative: d0f0d8ac550d39d7476e464c1b3968314dd61aa9 + MendixNative: 36190d86a65cb57b351c6396bc1349a7823206b0 op-sqlite: 12554de3e1a0cb86cbad3cf1f0c50450f57d3855 OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2 RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82 @@ -2578,6 +2578,6 @@ SPEC CHECKSUMS: SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4 -PODFILE CHECKSUM: 84923fd0a7af9e1f96c12555441a1faaa0b4e13b +PODFILE CHECKSUM: f83815b440871ddc4d9bac375e7dc5aef13dcf51 COCOAPODS: 1.16.2 diff --git a/package-lock.json b/package-lock.json index e8b629f6..615749c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6707,8 +6707,8 @@ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" }, "node_modules/mendix-native": { - "version": "0.1.4", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", + "version": "0.1.3", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "integrity": "sha512-dPoDYBk5VCAEv2oiIM0bO/3JeEkDW/UdzCoW71JnGeIxRMCHtshtcqPRcdc7xFP9hRImFevYtjhA3iChLh9bLQ==", "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index d233601d..65b330a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.4/mendix-native-v0.1.4.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0", From be365e87111194da3f4e1375386ce8447beb06c4 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:50:11 +0530 Subject: [PATCH 4/4] chore: revert package lock --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 615749c5..706b46d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6709,7 +6709,7 @@ "node_modules/mendix-native": { "version": "0.1.3", "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", - "integrity": "sha512-dPoDYBk5VCAEv2oiIM0bO/3JeEkDW/UdzCoW71JnGeIxRMCHtshtcqPRcdc7xFP9hRImFevYtjhA3iChLh9bLQ==", + "integrity": "sha512-EAtFuwzMg0SOKhaop5fdctZG0tRasNlQqamw6KAGfc/UlmHv+9sCs+np0957Y4AtBFHDRTmw7ggprkpm4JH3ow==", "license": "MIT", "workspaces": [ "example"