This plugin allows you to show toast-style notifications natively on mobile devices using Bubble’s React Native environment. It's designed to offer quick and clean user feedback for common scenarios like form submissions, success alerts, or error messages.
On Android, the plugin uses the native ToastAndroid API to show a toast with a combined title and message. These toasts appear briefly at the bottom or center of the screen and are perfect for short, non-intrusive notifications. On iOS, the plugin uses the native Alert popup, which supports both a title and message, giving a more standard iOS experience.
Works on Android + iOS + Web
$3
One time
stars • 0 ratings
11 installs
This plugin does not collect or track your personal data.
You can customize both the title and message dynamically via workflow fields (toast_title and toast_message). This makes it easy to pass in different values based on conditions or user actions.
Currently, the plugin does not support custom styling or images inside the toast due to limitations in the underlying native APIs. However, it is lightweight, responsive, and fully compliant with the current Bubble React Native alpha restrictions.
Once Bubble enables support for external libraries in mobile plugins, we plan to introduce advanced customization, including toast positioning, image support, themes (light/dark), and more using libraries like react-native-toast-message.