Snackbar (Native)

Content Type: Service
Categories: Communication

Overview

Show ephemeral, passive notifications in your Mendix native app - Show message with text - Show message with text and action - Configure the duration of the snackbar message

Documentation

Demo url

image-20201211141125984

Snackbar-Native

Implementation of https://www.npmjs.com/package/react-native-snackbar for Mendix Native

Features

Show ephemeral, passive notifications in your Mendix native app

  • Show message with text
  • Show message with text and action
  • Configure the duration of the snackbar message

Installation

⚠️ Usage of these javascript actions depends on the successful installation of the react-native-snackbar module in your native project folder. see the docs for more details.

Follow instructions here to install the Native package in your Native Project Directory

Implementation

Use the included javascript actions in your nanoflows as needed

image-20201211141406960

image-20201211151951636

TODO

  • Expose JS actions as nanoflow activities

Releases

Version: 1.0.0
Framework Version: 8.16.0
Release Notes: Initial Release