You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/alert.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ export default App;
142
142
143
143
## iOS
144
144
145
-
On iOS you can specify any number of buttons. Each button can optionally specify a style, available options are represented by the [AlertButtonStyle](#alertbuttonstyle-ios) enum.
145
+
On iOS you can specify any number of buttons. Each button can optionally specify a style or be emphasized, available options are represented by the [AlertButtonStyle](#alertbuttonstyle-ios) enum and the `isPreferred` field on [Buttons](alert#buttons).
146
146
147
147
## Android
148
148
@@ -284,19 +284,20 @@ An iOS Alert type.
284
284
285
285
### Buttons
286
286
287
-
Array of objects containg Alert buttons configuration.
287
+
Array of objects containing Alert buttons configuration.
0 commit comments