MARKETPLACE
PLUGINS
TOAST MESSAGE FOR NATIVE
Toast message for Native logo

Toast message for Native

Published March 2025
   •    Updated today

Plugin details

📝 Description
🔔 Display animated toast messages in your Bubble native app with full control over style, position, and behavior.

📱 Toasts appear above all content, respect mobile safe areas, and are easy to trigger via workflow action.

✅ Quick to set up, easy to use

Free

For everyone

5.0 stars   •   1 ratings
8 installs  
This plugin does not collect or track your personal data.

Other actions

Contributor details

Idea Link logo
Idea Link
Joined 2020   •   10 Plugins
View contributor profile

Instructions

🔧 Instructions: How to Use the Toast Plugin
This plugin displays animated toast messages in your Bubble app using React Native components.

---

⚙️ Using the “Show Toast” Action in a Workflow

To trigger a toast message, follow these steps in Bubble:

1. Add the Toast plugin element to your page (can be hidden).
2. In your Bubble workflow, choose the action:  
  Plugins → Show Toast
3. Fill in all required fields:
  - Message
  - Duration (e.g. `3000`)

Once triggered, the toast will appear on screen based on the selected options.

---

### 📝 Available Input Fields (All Required)

- `message` (Text)  
 The message to display in the toast.

- `duration` (Number, in milliseconds)  
 How long the toast should stay visible.

- `animation_type` (Text)  
 Animation type for toast entrance.  
 Valid values:
 - `"fade"` – fades in without moving.
 - `"slide"` – slides in from top or bottom, fully visible during movement.
 - `"fade+slide"` – fades in while sliding into position (smooth combined animation).

- `toast_position` (Text)  
 Where the toast should appear on screen.  
 Valid values:
 - `"top-left"`
 - `"top-center"`
 - `"top-right"`
 - `"bottom-left"`
 - `"bottom-center"`
 - `"bottom-right"`

- `background_color` (Text)  
 Background color of the toast (hex or CSS color), e.g. `"#333333"`.

- `text_color` (Text)  
 Text color of the toast (hex or CSS color), e.g. `"#FFFFFF"`.

- `font_size` (Number)  
 Font size of the toast text, e.g. `16`.

- `padding` (Number)  
 Inner padding of the toast container (in pixels), e.g. `12`.

- `border_radius` (Number)  
 Corner radius for the toast container (in pixels), e.g. `8`.

- `border_color` (Text)  
 Border color of the toast (hex or CSS color).

- `max_width` (Number)  
 Maximum width of the toast (in pixels), e.g. `300`.

- `safe_offset` (Number)  
 Extra vertical offset (in pixels) from the top or bottom edge.

Types

This plugin can be found under the following types:
Element   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

Average rating (5.0)
Works great
April 15th, 2025
Works great ! Thank you for building this plugin. I would love to be able to use icons in the toast's messages
Bubble