Skip to content

Releases: mendix/native-template

Release 14.1.14

25 Feb 10:38

Choose a tag to compare

  • We updated .gitignore to more precisely exclude node_modules directories in specific locations.

Release 14.1.13

24 Feb 14:16

Choose a tag to compare

  • 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

22 Jan 13:54

Choose a tag to compare

  • We added the LocationWhenInUse permission to the iOS configuration to support react-native-permissions.

Release 14.1.12

22 Jan 13:54

Choose a tag to compare

  • We added the LocationWhenInUse permission to the iOS configuration to support react-native-permissions.

Release 17.0.3

15 Jan 10:05

Choose a tag to compare

  • 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

12 Jan 05:03

Choose a tag to compare

  • We updated mendix-native to v0.3.1, enabling session cookie persistence and restoration on iOS.

Release 14.1.11

12 Jan 04:58

Choose a tag to compare

  • We updated @mendix/native to v9.2.2, enabling session cookie persistence and restoration on iOS.

Release 17.0.1

24 Dec 10:17

Choose a tag to compare

  • We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.

Release 14.1.10

15 Dec 15:23

Choose a tag to compare

  • We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.

Release 17.0.0

22 Dec 10:58

Choose a tag to compare

  • We updated the native-template for compatibility with React v19 and React Native v0.78. This brings performance, stability improvements, and new features.
  • We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue.