@@ -24,13 +24,13 @@ external make:
2424 ~onChange : CheckBoxEvent . t => unit =?,
2525 ~onValueChange : bool => unit =?,
2626 ~value : bool =?,
27- // CheckBox Android props
2827 ~disabled : bool =?,
28+ // CheckBox Android props
2929 ~tintColors : tintColors =?,
3030 // CheckBox iOS props
3131 ~lineWidth : float =?,
3232 ~hideBox : bool =?,
33- ~boxType : [@ bs . string ] [ | ` circle | ` square ] =?,
33+ ~boxType : [ | ` circle | ` square ] =?,
3434 ~tintColor : Color . t =?,
3535 ~onCheckColor : Color . t =?,
3636 ~onFillColor : Color . t =?,
@@ -54,45 +54,15 @@ external make:
5454 | ` fade
5555 ]
5656 =?,
57- // View props 0.62.0
58- ~accessibilityComponentType : [@ bs . string ] [
59- | ` none
60- | ` button
61- | ` radiobutton_checked
62- | ` radiobutton_unchecked
63- ]
64- =?,
57+ // View props 0.63.0
58+ ~accessibilityActions : array (Accessibility . actionInfo )=?,
6559 ~accessibilityElementsHidden : bool =?,
6660 ~accessibilityHint : string =?,
6761 ~accessibilityIgnoresInvertColors : bool =?,
6862 ~accessibilityLabel : string =?,
69- ~accessibilityLiveRegion : [@ bs . string ] [ | ` none | ` polite | ` assertive ] =?,
70- ~accessibilityRole : [@ bs . string ] [
71- | ` none
72- | ` button
73- | ` link
74- | ` search
75- | ` image
76- | ` keyboardkey
77- | ` text
78- | ` adjustable
79- | ` header
80- | ` summary
81- | ` imagebutton
82- | ` article
83- | ` banner
84- | ` complementary
85- | ` contentinfo
86- | ` form
87- | ` list
88- | ` listitem
89- | ` main
90- | ` navigation
91- | ` region
92- ]
93- =?,
63+ ~accessibilityLiveRegion : Accessibility . liveRegion =?,
64+ ~accessibilityRole : Accessibility . role =?,
9465 ~accessibilityState : Accessibility . state =?,
95- ~accessibilityTraits : array (AccessibilityTrait . t )=?,
9666 ~accessibilityValue : Accessibility . value =?,
9767 ~accessibilityViewIsModal : bool =?,
9868 ~accessible : bool =?,
@@ -108,6 +78,7 @@ external make:
10878 =?,
10979 ~nativeID : string =?,
11080 ~needsOffscreenAlphaCompositing : bool =?,
81+ ~onAccessibilityAction : Accessibility . actionEvent => unit =?,
11182 ~onAccessibilityEscape : unit => unit =?,
11283 ~onAccessibilityTap : unit => unit =?,
11384 ~onLayout : Event . layoutEvent => unit =?,
0 commit comments