Skip to content

Commit f898c1c

Browse files
chore: update mendix version mapping and changelog
1 parent 1e5c67f commit f898c1c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We have updated native template to support react native new architecture.
10+
911
- We have migrated from `react-native-splash-screen@3.2.0` to `react-native-bootsplash@^7.7.0` for better splash screen support and autolinking compatibility.
1012

1113
- We added a new property to gradle.properties for scanning QR codes.

mendix_version.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
">=11.0.0": {
2+
">=11.5.0": {
33
"max": "*",
4+
"min": "16.0.0"
5+
},
6+
">=11.0.0": {
7+
"max": "15.*.*",
48
"min": "15.0.0"
59
},
610
">=10.24.0": {

0 commit comments

Comments
 (0)