Skip to content

Commit 74451db

Browse files
committed
fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS
1 parent 55d404a commit 74451db

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
- We fixed an issue that could cause apps to restart repeatedly after an OTA update.
9+
- We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS.
10+
11+
## [17.3.0] - 2026-06-03
12+
13+
- We fixed an issue that could cause apps to restart repeatedly after an OTA update on Android.
1014

1115
## [17.2.1] - 2026-05-12
1216

package-lock.json

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@d11/react-native-fast-image": "8.11.1",
1212
"@gorhom/bottom-sheet": "5.1.1",
13-
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz",
13+
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz",
1414
"@op-engineering/op-sqlite": "15.0.7",
1515
"@shopify/flash-list": "2.2.2",
1616
"@react-native-async-storage/async-storage": "2.0.0",

0 commit comments

Comments
 (0)