We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11dc164 commit 1282770Copy full SHA for 1282770
packages/rn-tester/js/examples/Accessibility/AccessibilityExample.js
@@ -204,7 +204,7 @@ class AccessibilityExample extends React.Component<{}> {
204
<Text nativeID="formLabel2">First Name</Text>
205
<TextInput
206
accessibilityLabel="input test2"
207
- accessibilityLabelledBy={["formLabel2", "formLabel3"]}
+ accessibilityLabelledBy={['formLabel2', 'formLabel3']}
208
style={styles.default}
209
value="Foo"
210
/>
0 commit comments