Skip to content

Releases: mendix/native-template

Release 19.0.2

22 Apr 14:05

Choose a tag to compare

  • We updated mendix-native to v0.4.1, strengthening Android cookie encryption by migrating from AES/CBC/PKCS7Padding to AES/GCM/NoPadding.

Release 19.0.1

22 Apr 12:34

Choose a tag to compare

  • We fixed an iOS build issue introduced by the React Native 0.83.4 upgrade by removing the incorrect override keyword from AppDelegate application lifecycle methods.

Release 14.1.15

22 Apr 12:40

Choose a tag to compare

  • We updated @mendix/native to v9.3.1, strengthening Android cookie encryption by migrating from AES/CBC/PKCS7Padding to AES/GCM/NoPadding.

Release 19.0.0

20 Apr 08:00

Choose a tag to compare

  • We upgraded the core stack to React Native 0.83.4 and aligned related React dependencies.
  • We upgraded multiple React Native ecosystem dependencies for compatibility and stability (including CLI, navigation, animation, media, and platform modules).
  • We migrated from react-native-vector-icons to the scoped @react-native-vector-icons/* package set.
  • 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.
  • We upgraded react-native-tab-view from 3.5.2 to 4.3.0.
  • Fix the iOS builds crashing when building with Xcode 26.

Release 18.0.1

08 Apr 12:28

Choose a tag to compare

  • 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

08 Apr 12:25

Choose a tag to compare

  • 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 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.