A Smart Alert Dialog that uses Cupertino for IOS and Material for Android
Dismissable Alert Dialog:
Accept/Cancel Alert Dialog:
Dismissable Alert Dialog:
Accept/Cancel Alert Dialog:
Please note: Most of the support on debugging new issues relies on the open source community.
Change the title of the Alert Dialog
propType: String
REQUIRED!
Change the description of the Alert Dialog
propType: String
REQUIRED!
Function to be call on accept press. If not set, it will appear a dismissable alert dialog.
propType: Function()
default: null
Function to be call on cancel press.
propType: Function()
default: Dismiss Dialog Alert
Change the text from confirm button
propType: AlertDialogText
default: AlertDialogText()
Change the text from confirm button
propType: AlertDialogText
default: AlertDialogStyle()
Change the text from confirm button
propType: String
default: Yes
Change the text from cancel button
propType: String
default: No
Change the text from dismiss button
propType: String
default: Ok
Change the text style from confirm button
propType: TextStyle
Change the text style from cancel button
propType: TextStyle
Change the text style from dismiss button
propType: TextStyle
Change the text style from title text
propType: TextStyle
Change the text style from title message
propType: TextStyle
- Add
cancelTextColor
- it is inside AlertDialogStyle, check style prop - Add
confirmTextColor
- it is inside AlertDialogStyle, check style prop - Add
dismissText
- it is inside AlertDialogText, check text prop - Add
dismissTextColor
- it is inside AlertDialogStyle, check style prop - Create design for Tablets and Web
- Add Test to every components
Please open an issue if something doesn't work or is not clear enough.
See LICENSE.md