Add `Button` `accessibilityState` prop · rescript-react-native/rescript-react-native@7573c50

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7573c50

committed

Add Button accessibilityState prop

1 parent 5678d16 commit 7573c50

File tree

1 file changed

+

1

-

0

lines changed

1 file changed

+

1

-

0

lines changed

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -5,6 +5,7 @@ external make: (

55

~ref: ref=?,

66

// Button props

77

~accessibilityLabel: string=?,

8+

~accessibilityState: Accessibility.state=?,

89

~color: Color.t=?,

910

~disabled: bool=?,

1011

~hasTVPreferredFocus: bool=?,

0 commit comments

Comments

 (0)