AlertIOS

AlertIOS manages native iOS alerts, option sheets, and share dialogs

Methods #

static alert(title: string, message: string, buttons: ?Array<{ text: ?string; onPress: ?Function; }>) #