Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.19 OP-Sqlite implementation doc for Native Template #8913

Merged
merged 4 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For more information on native mobile app development, see the [native-template]

Compatible with Studio Pro 10:

* Native Template versions of [12](/releasenotes/mobile/nt-12-rn/) are compatible with apps built using Studio Pro [10.19](/releasenotes/studio-pro/10.19/) and above.
* Native Template versions of [11](/releasenotes/mobile/nt-11-rn/) are compatible with apps built using Studio Pro [10.18](/releasenotes/studio-pro/10.18/) and above.
* Native Template versions of [10](/releasenotes/mobile/nt-10-rn/) are compatible with apps built using Studio Pro [10.17](/releasenotes/studio-pro/10.17/) and above.
* Native Template versions of [9](/releasenotes/mobile/nt-9-rn/) are compatible with apps built using Studio Pro [10.13](/releasenotes/studio-pro/10.13/)-[10.16](/releasenotes/studio-pro/10.16/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ These are the current Native Template versions for Studio Pro 10 in active devel
* Native Template versions of [10](/releasenotes/mobile/nt-11-rn/) are compatible with apps built using the following versions of Studio Pro:
* Studio Pro [10.17](/releasenotes/studio-pro/10.17/)
* Native Template versions of [11](/releasenotes/mobile/nt-11-rn/) are compatible with apps built using the following versions of Studio Pro:
* Studio Pro [10.18](/releasenotes/studio-pro/10.18/)
* Studio Pro [10.18](/releasenotes/studio-pro/10.18/)
* Native Template versions of [12](/releasenotes/mobile/nt-12-rn/) are compatible with apps built using the following versions of Studio Pro:
* Studio Pro [10.19](/releasenotes/studio-pro/10.19/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "Native Template 12"
url: /releasenotes/mobile/nt-12-rn/
weight: 5
description: "Native Template 12 release notes."
---

## 12.0.0 {#1000}

**Release date: January 28, 2025**

### Breaking Changes

#### Offline Database Backend Change - OP-Sqlite Support

* We have changed the Offline Database Backend to OP-SQLite.

#### Important Notes

* For projects upgrading to 10.19 and above, follow the [upgrade instructions](#upgrade-instructions) below to migrate your app.

### Upgrade Instructions {#upgrade-instructions}

If you are upgrading from Mendix versions below 10.18, please follow these steps to use the new React Native version:

1. Update required modules:
1. Native Mobile Resources: update this module to the latest version available in the Mendix Marketplace.
1. Nanoflow Commons: update this module to its latest version.
1. Update widgets in Studio Pro:
1. After updating the Native Mobile Resources module, right-click the warning in Studio Pro and click **Update All Widgets** to complete the process.
1. Test your application:
1. Thoroughly [test](/refguide/mobile/distributing-mobile-apps/) your application to ensure that all features work as expected after the updates.

For the most direct information on the Native Template, visit our [GitHub Releases page](https://github.com/mendix/native-template/releases/tag/v12.0.0).