Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,50 @@ description: "These release notes showcase each release of the iOS and Android M

Depending on the Mendix version your app is developed in and the device you want to run on, you need a different Make It Native app. For more information on how to download the correct version, see the [Getting the Make It Native App](/refguide/mobile/getting-started-with-mobile/prerequisites/#get-min-app) section in *Native App Prerequisites and Troubleshooting*.

## Android 11.8.0 / iOS 11.8.0

**Release date: March 12, 2026**

* We added support for Native Templates using the `flash-list` dependency.

## Android 11.7.0 / iOS 11.7.0

**Release date: February 10, 2026**

* This new version is compatible with Mendix 11.7.0

## Android 11.6.4 / iOS 11.6.4

**Release date: February 2, 2026**

* We fixed the OPSQLite pod to skip bundled XCFramework slices.
* We fixed an issue with checking and requesting `read-media` permissions on Android devices using SDK 33+.
* We updated OPSQLite to a new minor version, which includes 16 KB page alignment for vector search lib 7 and an updated Gradle configuration. We also updated the build YAML and patch file for this OPSQLite version.
* We addressed npm audit issues.
* We fixed session cookie persistence on iOS.
* We removed the old Mendix native configuration.
* We upgraded to Swift version 5 for iOS builds.
* We migrated to Node version 24.
* We fixed GCC preprocessor definitions.
* We fixed a file-not-found exception in Native FS.
* We updated `@react-native-community/cli` and related packages to version 18.0.1.
* We upgraded `react-native` to version 0.78.2.
* We updated `react-native-gesture-handler` to version 2.25.0.
* We updated `react-native-safe-area-context` to version 5.4.1.
* We updated `react-native-screens` to version 4.9.1.
* We enhanced the edge-to-edge viewing experience on Android.

## Android 11.5.0 / iOS 11.5.0

**Release date: November 25, 2025**

* We updated the native binary version to 31 to match Studio Pro 11.5.
* We changed the Mendix native dependency source from source code to a tarball.
* We removed unused configuration from the Xcode project settings.
* We updated the pod install script in `package.json` to use bundle.
* We added support for the new React Native architecture.
* We fixed an issue where TextInput-based fields like the text box and text area would not receive focus on Android devices via touch.

## Android 11.4.1 / iOS 11.4.1

**Release date: November 11, 2025**
Expand Down Expand Up @@ -39,6 +83,34 @@ Depending on the Mendix version your app is developed in and the device you want

* We renamed the app to "Make It Native" and aligned its versioning with Studio Pro, so each Studio Pro version (for example, 11.1.x) now uses the matching Make It Native version (for example, 11.1.x).

## Android 10.24.9 / iOS 10.24.9

**Release date: March 11, 2026**

* We rotated the Google Maps API keys.

## Android 10.24.8 / iOS 10.24.8

**Release date: February 23, 2026**

* We fixed an issue with the `@react-native-community/geolocation` package.

## Android 10.24.7 / iOS 10.24.7

**Release date: January 30, 2026**

* We fixed an issue with checking and requesting `read-media` permissions on Android devices using SDK 33+.

## Android 10.24.6 / iOS 10.24.6

**Release date: January 13, 2026**

* We fixed the iOS session cookie persistence issue.
* We fixed GCC preprocessor definitions.
* We improved the UI for users who use three-button navigation when edge-to-edge mode is enabled.
* We updated `react-native-vision-camera` to v4.7.3, which includes an upstream fix for an Android crash occurring during camera module initialization.
* We removed augmented reality support.

## Android 10.24.4 / iOS 10.24.4

**Release date: November 25, 2025**
Expand Down