[FREE PLUGIN] Native Alert (Dialog)

Hi Bubblers!

I’m excited to introduce Native Alert – a native alert dialog for your Bubble Native mobile apps, powered by the React Native Alert API (the real iOS / Android system dialog, not a web modal).

:magnifying_glass_tilted_left: Demo page: Native Alert
:pencil: Editor page: tomo-plugins | Bubble Editor
:puzzle_piece: Plugin page: Native Alert | Bubble

It shows the actual OS-native alert on device, with a simple set of properties to control the title, message, buttons, and styles. The pressed button is reported back to your workflow so you can branch on it.

:rocket: Key Features

  • Native iOS & Android alert dialog (real React Native Alert)
  • Up to 5 buttons, each with a default / cancel / destructive style (iOS)
  • A preferred (bold) button on iOS
  • pressed_button_text (button text) and pressed_button_index (button number) states
  • A single onButtonPressed event — branch by pressed_button_index in your workflow
  • Optional input dialog (plain-text, secure-text, or login-password) on iOS

Perfect for confirmations, destructive-action warnings, quick choices, and simple text input in your native mobile app.

This is a Native mobile plugin, part of the same family as my Native Switch (Toggle) plugin.