diff --git a/docs/alertios.html b/docs/alertios.html index f645c68dfb2..12a3b4be5c0 100644 --- a/docs/alertios.html +++ b/docs/alertios.html @@ -1,4 +1,14 @@ -
AlertIOS manages native iOS alerts, option sheets, and share dialogs
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
The last button in the list will be considered the 'Primary' button and +it will appear bold.
All rights reserved.
This source code is licensed under the BSD-style license found in the -LICENSE file in the root directory of this source tree. An additional grant -of patent rights can be found in the PATENTS file in the same directory.
@flow