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).
Demo page: Native Alert
Editor page: tomo-plugins | Bubble Editor
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.
Key Features
- Native iOS & Android alert dialog (real React Native
Alert) - Up to 5 buttons, each with a
default/cancel/destructivestyle (iOS) - A preferred (bold) button on iOS
pressed_button_text(button text) andpressed_button_index(button number) states- A single
onButtonPressedevent — branch bypressed_button_indexin your workflow - Optional input dialog (
plain-text,secure-text, orlogin-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.




