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 ab1a247 commit 26543a3Copy full SHA for 26543a3
demo/src/screens/ExampleScreenPresenter.js
@@ -44,7 +44,7 @@ export function renderBooleanGroup(title, options) {
44
marginR-s2
45
useCustomTheme
46
key={key}
47
- textID={key}
+ testID={key}
48
value={value}
49
onValueChange={value => this.setState({[key]: value})}
50
/>
0 commit comments