You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,28 @@ Depending on the Mendix version your app is developed in and the device you want
12
12
13
13
**Release date: March 12, 2026**
14
14
15
+
### Improvements
16
+
15
17
* We added support for Native Templates using the `flash-list` dependency.
16
18
17
19
## Android 11.7.0 / iOS 11.7.0
18
20
19
21
**Release date: February 10, 2026**
20
22
23
+
### Improvements
24
+
21
25
* This new version is compatible with Mendix 11.7.0
22
26
23
27
## Android 11.6.4 / iOS 11.6.4
24
28
25
29
**Release date: February 2, 2026**
26
30
31
+
### Fixes
32
+
27
33
* We fixed the OPSQLite pod to skip bundled XCFramework slices.
28
34
* We fixed an issue with checking and requesting `read-media` permissions on Android devices using SDK 33+.
29
-
* 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.
30
35
* We addressed npm audit issues.
31
36
* We fixed session cookie persistence on iOS.
32
-
* We removed the old Mendix native configuration.
33
-
* We upgraded to Swift version 5 for iOS builds.
34
37
* We migrated to Node version 24.
35
38
* We fixed GCC preprocessor definitions.
36
39
* We fixed a file-not-found exception in Native FS.
@@ -39,18 +42,29 @@ Depending on the Mendix version your app is developed in and the device you want
39
42
* We updated `react-native-gesture-handler` to version 2.25.0.
40
43
* We updated `react-native-safe-area-context` to version 5.4.1.
41
44
* We updated `react-native-screens` to version 4.9.1.
45
+
46
+
### Improvements
47
+
42
48
* We enhanced the edge-to-edge viewing experience on Android.
49
+
* We upgraded to Swift version 5 for iOS builds.
50
+
* 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.
51
+
* We removed the old Mendix native configuration.
43
52
44
53
## Android 11.5.0 / iOS 11.5.0
45
54
46
55
**Release date: November 25, 2025**
47
56
57
+
### Fixes
58
+
48
59
* We updated the native binary version to 31 to match Studio Pro 11.5.
49
-
* We changed the Mendix native dependency source from source code to a tarball.
50
-
* We removed unused configuration from the Xcode project settings.
60
+
* We removed unused configurations from the Xcode project settings.
61
+
* We fixed an issue where TextInput-based fields like the text box and text area would not receive focus on Android devices via touch.
62
+
63
+
### Improvements
64
+
51
65
* We updated the pod install script in `package.json` to use bundle.
52
66
* We added support for the new React Native architecture.
53
-
* We fixed an issue where TextInput-based fields like the text box and text area would not receive focus on Android devices via touch.
67
+
* We changed the Mendix native dependency source from source code to a tarball.
54
68
55
69
## Android 11.4.1 / iOS 11.4.1
56
70
@@ -105,12 +119,17 @@ Depending on the Mendix version your app is developed in and the device you want
105
119
106
120
**Release date: January 13, 2026**
107
121
122
+
### Fixes
123
+
108
124
* We fixed the iOS session cookie persistence issue.
109
125
* We fixed GCC preprocessor definitions.
110
-
* We improved the UI for users who use three-button navigation when edge-to-edge mode is enabled.
111
126
* We updated `react-native-vision-camera` to v4.7.3, which includes an upstream fix for an Android crash occurring during camera module initialization.
112
127
* We removed augmented reality support.
113
128
129
+
### Improvements
130
+
131
+
* We improved the UI for users who use three-button navigation when edge-to-edge mode is enabled.
0 commit comments