Skip to content

Added Checkbox Support

Compare
Choose a tag to compare
@rayhannabi rayhannabi released this 15 Jan 08:29
679b2bf

To add a checkbox, use the following method:

setCheckboxView(title: String?, 
    isSelected: Bool, 
    action: AlertCheckboxAction?) -> RNAlertController

Also added a static initializer. For Objective-C usage:

[RNAlertController alertControllerWithTitle:(NSString *) message:(NSString *)]