From 8f6ea69639f48798b66b8c570fa02921a55a1318 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Mon, 13 Jul 2026 14:52:12 +0200 Subject: [PATCH] chore: update mendix-native for testing --- package-lock.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8c0735a..5d702f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6283,8 +6283,7 @@ }, "node_modules/mendix-native": { "version": "0.5.1", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", - "integrity": "sha512-0La6Ux9XkOR3iYOSfI6RU2t1lT312LlxEbG/OCqtkA+ii1l31bNhMzIUanOCpD+OKXkyVwVDadVbSJ/Dmo949w==", + "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#f2ddaa063ae8cebde489bab85ce9fbd47f2bf71e", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index f568e50d..e4b97449 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0",