Skip to content

Commit e2c26f9

Browse files
authored
Merge pull request #1286 from mendix/moo/MOO-2391-improve-enc-storage-master
[MOO-2391] Update mendix-native
2 parents 60c2668 + 3d4a989 commit e2c26f9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [Unreleased]
88

99
- We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update.
10-
- Replaced @notifee/react-native with react-native-notify-kit library.
10+
- Replaced @notifee/react-native with react-native-notify-kit library.
11+
- We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred.
1112

1213
## [19.1.0] - 2026-06-03
1314

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.13.0",
1212
"@gorhom/bottom-sheet": "5.2.14",
13-
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz",
13+
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz",
1414
"@op-engineering/op-sqlite": "15.2.5",
1515
"@shopify/flash-list": "2.3.1",
1616
"@react-native-async-storage/async-storage": "2.2.0",

0 commit comments

Comments
 (0)