From d04251bf645295c9c0635db8dd3e00fac802d6be Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 17 Feb 2020 01:07:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on f5e0fcab07e35eb4982d63f7966a1c1201694898 --- docs/next/alert.html | 174 +++++++++++++++++++++++++++++++++---- docs/next/alert/index.html | 174 +++++++++++++++++++++++++++++++++---- 2 files changed, 316 insertions(+), 32 deletions(-) diff --git a/docs/next/alert.html b/docs/next/alert.html index eb98dec5a39..96abc15c13c 100644 --- a/docs/next/alert.html +++ b/docs/next/alert.html @@ -71,21 +71,163 @@
Edit

Alert

Launches an alert dialog with the specified title and message.

Optionally provide a list of buttons. Tapping any button will fire the respective onPress callback and dismiss the alert. By default, the only button will be an 'OK' button.

This is an API that works both on Android and iOS and can show static alerts. To show an alert that prompts the user to enter some information, see AlertIOS; entering text in an alert is common on iOS only.

-

Example

- - - - - - - - - -
iOSAndroid
-
-
-
-
+

Example

+
+
    + + +
+
+

+

+

iOS

On iOS you can specify any number of buttons. Each button can optionally specify a style, which is one of 'default', 'cancel' or 'destructive'.

Android

@@ -120,7 +262,7 @@ Alert.alert<

alert()

static alert(title, message?, buttons?, options?)
 
-
Edit

Alert

Launches an alert dialog with the specified title and message.

Optionally provide a list of buttons. Tapping any button will fire the respective onPress callback and dismiss the alert. By default, the only button will be an 'OK' button.

This is an API that works both on Android and iOS and can show static alerts. To show an alert that prompts the user to enter some information, see AlertIOS; entering text in an alert is common on iOS only.

-

Example

- - - - - - - - - -
iOSAndroid
-
-
-
-
+

Example

+
+
    + + +
+
+

+

+

iOS

On iOS you can specify any number of buttons. Each button can optionally specify a style, which is one of 'default', 'cancel' or 'destructive'.

Android

@@ -120,7 +262,7 @@ Alert.alert<

alert()

static alert(title, message?, buttons?, options?)
 
-