There was an error while loading. Please reload this page.
1 parent 101f032 commit d2dbbc4Copy full SHA for d2dbbc4
js/SegmentedControl.js
@@ -100,7 +100,9 @@ const SegmentedControl = ({
100
<SegmentedControlTab
101
enabled={enabled}
102
selected={selectedIndex === index}
103
- accessibilityHint={`${index + 1} ${accessibilityHintSeperator} ${values.length}`}
+ accessibilityHint={`${
104
+ index + 1
105
+ } ${accessibilityHintSeperator} ${values.length}`}
106
key={index}
107
value={value}
108
tintColor={tintColor}
0 commit comments