diff --git a/package-lock.json b/package-lock.json index 2cf6213b..e34d663e 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": "github:mendix/mendix-native.git#release/mx-11.5", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6708,7 +6708,8 @@ }, "node_modules/mendix-native": { "version": "0.1.2", - "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#03e82ba5140b6816cea4c040f764a59af9b6282a", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", + "integrity": "sha512-XP59zEP49AsLWiKY24LBQF6CuSmVGUYYS/dBcoApvvbB90dWZrZtIK3SWgF9es5+XA0R/cTG0beycgpC/fudHw==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 288c75c2..58bd42ef 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "github:mendix/mendix-native.git#release/mx-11.5", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0",