diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9e0eef..6798364c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We fixed an issue that could cause apps to restart repeatedly after an OTA update. + ## [17.2.1] - 2026-05-12 - We fixed the CocoaPods installation issue that was caused by object version 70. @@ -105,10 +107,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - We have updated React Navigation to V7 - We have updated the following additional dependencies: - react-native-reanimated to 3.16.1 - react-native-screens to 4.4.0 - react-native-image-picker to 7.2.3 - @react-native-community/netinfo to 11.4.1 + react-native-reanimated to 3.16.1 + react-native-screens to 4.4.0 + react-native-image-picker to 7.2.3 + @react-native-community/netinfo to 11.4.1 - We're now using @gorhom/bottom-sheet for bottom sheet implementation - We have added the option to enable or disable cookie encryption for Android devices. diff --git a/package-lock.json b/package-lock.json index 18cba522..8f5eb8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", "@shopify/flash-list": "2.2.2", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", "react-native": "0.78.2", "react-native-blob-util": "0.21.3", "react-native-bootsplash": "6.3.10", @@ -6477,9 +6477,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.3.1", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz", - "integrity": "sha512-32CKVOlWFyY4vb0EVmCvJfeMwnfwTkaTEr2dmuQWIkACOhXToHHeYlcY/bRHT62qhNkEMh7FnTD/fw30k3w2fQ==", + "version": "0.3.3", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", + "integrity": "sha512-CfOYPCnLIuL1K4tM670rrK5wRx7YS5DJOj1EsK1l2kZGav397eNHeKeazFLXp9oZTBH2DkAXS+Z6iRlGd7aOJA==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 082e05c4..e86feda7 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.3.1/mendix-native-v0.3.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", "@op-engineering/op-sqlite": "15.0.7", "@shopify/flash-list": "2.2.2", "@react-native-async-storage/async-storage": "2.0.0",