diff --git a/releases/next/docs/alertios.html b/releases/next/docs/alertios.html index dca15c67af0..7acc2664f20 100644 --- a/releases/next/docs/alertios.html +++ b/releases/next/docs/alertios.html @@ -43,7 +43,7 @@ cross-platform support if you don't need to create iOS-only prompts.
=> console.log("Your username is "+text), null, 'default' -);An Alert button type
| Value | Description |
|---|---|
| default | Default alert with no inputs |
| plain-text | Plain text input alert |
| secure-text | Secure text input alert |
| login-password | Login and password alert |
An Alert button style
| Value | Description |
|---|---|
| default | Default button style |
| cancel | Cancel button style |
| destructive | Destructive button style |
Array or buttons
| Name and Type | Description |
|---|---|
| [text] string | Button label |
| [onPress] function | Callback function when button pressed |
| [style] | Button style |
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |
An Alert button type
| Value | Description |
|---|---|
| default | Default alert with no inputs |
| plain-text | Plain text input alert |
| secure-text | Secure text input alert |
| login-password | Login and password alert |
An Alert button style
| Value | Description |
|---|---|
| default | Default button style |
| cancel | Cancel button style |
| destructive | Destructive button style |
Array or buttons
| Name and Type | Description |
|---|---|
| [text] string | Button label |
| [onPress] function | Callback function when button pressed |
| [style] | Button style |
| Value | Description |
|---|---|
| text | Button label |
| onPress | Callback function when button pressed |
| style | Button style |
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |