UIExplorer flowification

This commit is contained in:
Basil Hosmer
2015-03-23 00:46:11 -07:00
parent 05409868b6
commit 45a7b5cdcb
14 changed files with 45 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ class AlertIOS {
static alert(
title: ?string,
message: ?string,
buttons: ?Array<{
buttons?: Array<{
text: ?string;
onPress: ?Function;
}>