Skip to content

mendix/native-template

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2025
Apr 2, 2025
Mar 24, 2025
Jan 3, 2025
Mar 31, 2025
Mar 31, 2025
Nov 13, 2024
Nov 9, 2022
Nov 15, 2024
Apr 2, 2025
Mar 12, 2025
Aug 7, 2019
Jan 15, 2025
Jan 6, 2025
Mar 18, 2021
Mar 1, 2024
Jul 8, 2024
Mar 1, 2024
Jul 8, 2021
Jul 8, 2021
Dec 5, 2019
Mar 31, 2025
Mar 12, 2025
Apr 2, 2025
Apr 2, 2025
Sep 16, 2024

Repository files navigation

Native Template

License React Native Node

Custom Dev App CI - Android Custom Dev App CI - iOS

Compatible Mendix Studio Pro Versions

Studio Pro 10.19 and above


Native Template is the starting point for any Mendix Native App project.

This repo is used as the baseline for Mendix Native Mobile Builder, a GUI tool that automates the process of building your Native Apps with Mendix and is provided with Mendix Studio Pro.

Please refer to the official how-to section for Mendix Native Mobile.

Contact Mendix support if assistance is required.

Branching policy

Master branch

Current master branch is the latest release, all the LTS versions live in release/x.x.x.

Release branches

Official releases are done via the release/x.x.x branches. If you need a particular version, checkout the appropriate branch; latest should reflect the latest patch version released.

Otherwise, the GitHub releases also include a zipped version of the branch state they were created from. You can download and unzip that for further use.

To deduct which version of Native Template fits to your current Mendix Studio Pro version, please use the mendix version json file. It include a map of studio pro version ranges to Native template version ranges.

Example usage:

If you are using 10.18.x version of Studio Pro. Then use 11.x.x of Native Template.

Developer branches

Any other branches are considered developer branches. Simply avoid using developer branches for private use. These are actively worked on branches and are definitely not available for public consumption.