Releases: mendix/native-template
Releases · mendix/native-template
Release 18.0.1
- We updated .gitignore to more precisely exclude node_modules directories in specific locations.
- We added a new dependency for @shopify/flash-list to support the migration from FlatList to FlashList.
- Fix the iOS builds crashing when building with Xcode 26.
Release 17.1.0
- We added a new dependency for
@shopify/flash-listto support the migration from FlatList to FlashList. - Fix the iOS builds crashing when building with Xcode 26.
Release 14.1.14
- We updated
.gitignoreto more precisely excludenode_modulesdirectories in specific locations.
Release 14.1.13
- We fixed an iOS crash in encrypted storage by correcting native error handling, so Keychain failures no longer trigger an unrecognized selector abort.
- We changed iOS Keychain item accessibility to After First Unlock for encrypted storage and persisted session cookies.
- We added a required one-time Keychain migration to update existing stored items; for compatibility, this Native Template version still works with older Studio Pro 10.24.x, but migration support requires Studio Pro 10.24.16 or newer plus a new iOS app build and rollout. Without migration, the original Keychain accessibility issue can still occur, although improved error handling reduces crash impact.
Release 17.0.4
- We added the
LocationWhenInUsepermission to the iOS configuration to support react-native-permissions.
Release 14.1.12
- We added the
LocationWhenInUsepermission to the iOS configuration to support react-native-permissions.
Release 17.0.3
- We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found.
Release 17.0.2
- We updated
mendix-nativeto v0.3.1, enabling session cookie persistence and restoration on iOS.
Release 14.1.11
- We updated
@mendix/native to v9.2.2, enabling session cookie persistence and restoration on iOS.
Release 17.0.1
- We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.