Skip to content

cdcharlebois/snackbar-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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