Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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.
- We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS.

## [17.3.0] - 2026-06-03

- We fixed an issue that could cause apps to restart repeatedly after an OTA update on Android.

## [17.2.1] - 2026-05-12

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3/mendix-native-v0.3.3.tgz",
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz",
"@op-engineering/op-sqlite": "15.0.7",
"@shopify/flash-list": "2.2.2",
"@react-native-async-storage/async-storage": "2.0.0",
Expand Down
Loading