mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
UIExplorer flowification
This commit is contained in:
@@ -44,7 +44,7 @@ class AlertIOS {
|
||||
static alert(
|
||||
title: ?string,
|
||||
message: ?string,
|
||||
buttons: ?Array<{
|
||||
buttons?: Array<{
|
||||
text: ?string;
|
||||
onPress: ?Function;
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user