Skip to content

fix native template release notes #9700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,38 @@ weight: 50
description: "Native Template 11 release notes."
---

## 11.0.6 {#1005}
## 11.1.1 {#1008}

**Release date: June 5, 2025**
**Release date: June 10, 2025**

### Fixes

* We resolved an issue where iOS applications built with Mendix 10.18 or higher would fail when the React client was enabled in **Runtime** settings.

## 11.1.0 {#1007}

**Release date: May 23, 2025**

### Fixes

* We fixed an issue where a white screen was showing instead of splash screen for nanoflow-based home screens.

## 11.0.7 {#1006}

**Release date: May 02, 2025**

### Fixes

* We fixed an issue where a user may face an error during the build process because the latest version 18 for playServices is not compatible with the current Gradle version.

## 11.0.6 {#1005}

**Release date: April 23, 2025**

### Fixes

* We fixed an issue where an image that was not in PNG format caused errors because the react-native version was missing a patch.

## 11.0.5 {#1004}

### Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,29 @@ weight: 30
description: "Native Template 13 release notes."
---

## 13.1.1 {#1302}

**Release date: April 02, 2025**

### Fixes

* We fixed an issue affecting building iOS apps using Bitrise.

## 13.1.0 {#1301}

**Release date: March 27, 2025**

### Fixes

* We applied the patch for `@react-native-camera-roll` to fix a saving picture issue.

## 13.0.0 {#1300}

**Release date: March 21, 2025**

### Improvements

We have added the option to optionally enable or disable cookie encryption for Android devices. This option was introduced in Studio Pro 9.8 and was enabled by default until Studio Pro Version 10.21.
We added the option to optionally enable or disable cookie encryption for Android devices. This option was introduced in Studio Pro 9.8 and was enabled by default until Studio Pro Version 10.21.

You can find this option in the Navigation Tab of the **Mobile** profile in Studio Pro.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,32 @@
title: "Native Template 14"
url: /releasenotes/mobile/nt-14-rn/
weight: 6
description: "Native Template 14"
description: "Native Template 14 release notes"
---

## 14.0.1 {#1401}
## 14.1.2

**Release date: June 5, 2025**
**Release date: June 06, 2025**

### Fixes

* We resolved an issue where iOS applications built with Mendix 10.18 or higher would fail when the React client was enabled in **Runtime** settings.

## 14.1.1 {#1402}

**Release date: May 02, 2025**

### Fixes

* We fixed an issue where a user may face an error during the build process because the latest version 18 for playServices is not compatible with the current Gradle version.

## 14.1.0 {#1401}

**Release date: April 02, 2025**

### Fixes

* We upgraded `@mendix/native` to version 9.0.1.

## 14.0.0 {#1400}

Expand Down