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.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.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.
Version: 5.0.0
Framework Version: 10.17.0
Release Notes: ### Changed - Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1. ### BREAKING - Updated react-native from version 0.73.8 to 0.75.4. - Updated react-native-device-info from version v11.1.0 to v13.0.0. - Updated react-native-localize from version v1.4.2 to v3.2.1.
Version: 4.0.4
Framework Version: 10.6.5
Release Notes: - We've added support for the token-based authentication with the SignIn action. This authentication method allows users to remain signed in until the expiration time of the token. You can read more about this behavior on this documentation page https://docs.mendix.com/refguide/session-management/#2-authentication-token To enable it you can set the new SignIn action parameter `useAuthToken` to `true`.
Version: 4.0.3
Framework Version: 10.6.5
Release Notes: ### Fixes - We have fixed an issue in base64encode action.