Nanoflow Commons

Content Type: Module
Categories: Mobile

Overview

The Nanoflow Commons module contains commonly used nanoflow actions that are usable across web, hybrid mobile, and native mobile apps, such as: client activities, geo location, local storage, & more.

Documentation

Demo urlhttps://github.com/mendix/native-widgets

Typical usage scenario

Provides reusable client-side nanoflow actions for dialogs, geolocation, local storage, and general utilities, used across web and native apps.

 

Features and limitations

Offers a wide set of nanoflow actions (dialogs, external app calls, geolocation, storage, utilities). Some actions depend on device capabilities and may not work on all platforms.

Releases

Version: 6.2.1
Framework Version: 11.3.0
Release Notes: - We`ve migrated from using @react-native-community/geolocation to react-native-permissions for handling location permissions.
Version: 6.2.0
Framework Version: 11.3.0
Release Notes:

This new release is compatible with Studio Pro 11.3.0 and above

Version: 6.1.2
Framework Version: 11.3.0
Release Notes:

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

Version: 6.1.1
Framework Version: 11.3.0
Release Notes: ### Fixed - We`ve fixed location permission issue on iOS. - We`ve fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled. ### Changed - We`ve updated the minimum Mendix version to 10.21.
Version: 5.2.0
Framework Version: 10.24.0
Release Notes:

- We`ve migrated from using @react-native-community/geolocation to react-native-permissions for handling location permissions.

Version: 5.1.6
Framework Version: 10.24.0
Release Notes:

### Fixed

 

Removed unintended native code files that were mistakenly included from node_modules in the previous release.

Version: 5.1.5
Framework Version: 10.24.0
Release Notes:

### Fixed

 

- We've fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled.

Version: 5.1.4
Framework Version: 10.24.0
Release Notes:

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

Version: 5.1.3
Framework Version: 10.24.0
Release Notes: ### Fixed - We`ve fixed location permission issue on iOS. ### Changed - We`ve updated the minimum Mendix version to 10.21.
Version: 5.1.2
Framework Version: 10.17.0
Release Notes: - We've updated @react-native-community/geolocation to version 3.4.0 to resolve location-related issues.