Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 iOS apps to restart repeatedly after an OTA update.

## [19.1.0] - 2026-06-03

- We updated the react-native to v0.84.1
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PODS:
- libwebp/sharpyuv (1.5.0)
- libwebp/webp (1.5.0):
- libwebp/sharpyuv
- MendixNative (0.5.0):
- MendixNative (0.5.1):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -3742,7 +3742,7 @@ SPEC CHECKSUMS:
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
MendixNative: 2499d1796c68bc9bfc3ebecc5bf91b0a28c13ef1
MendixNative: ccdf5357fa15ee34fcf7a680ea9f6b5d2595c0ff
op-sqlite: 64000c0da2357c4d73faf4d23ff34dd1ddb332d4
OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7
RCT-Folly: 36c4f904fb6cd0219dcb76b94e9502d2a72fab0b
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.13.0",
"@gorhom/bottom-sheet": "5.2.14",
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.0/mendix-native-v0.5.0.tgz",
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz",
"@op-engineering/op-sqlite": "15.2.5",
"@shopify/flash-list": "2.3.1",
"@react-native-async-storage/async-storage": "2.2.0",
Expand Down
Loading