We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b0039 commit 0f989d4Copy full SHA for 0f989d4
example/src/Examples/FABExample.tsx
@@ -123,7 +123,7 @@ const FABExample = () => {
123
<FAB.Group
124
open={open}
125
icon={open ? 'calendar-today' : 'plus'}
126
- aria-label="Calendar FAB"
+ accessibilityLabel="Calendar FAB"
127
toggleStackOnLongPress={toggleStackOnLongPress}
128
actions={[
129
{ icon: 'plus', onPress: () => {} },
0 commit comments