Alert
The Alert component displays important messages to users with different severity levels, variants, and optional actions like dismissal. Title and body each accept full
<Text> props via titleProps / bodyProps. Notice is kept as a deprecated alias of Alert.Examples
(3)Properties
(28)Playground
Basics
Use
sev to set the severity — it picks the matching color and icon automatically.Variants
Compare light, outline, filled, and subtle variants to match alert prominence to the message.
Dismissible
Add
withCloseButton and handle onClose to let users dismiss an alert.Platform Blocks
A comprehensive React Native design system with components that work seamlessly across iOS, Android, and Web.
Quick Links
Documentation
Resources