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 e87dd52 commit e3b8c34Copy full SHA for e3b8c34
playground/src/screens/OptionsScreen.tsx
@@ -79,7 +79,7 @@ export default class Options extends NavigationComponent<Props> {
79
<Button
80
label="TopBar Title Test"
81
testID={GOTO_TOPBAR_TITLE_TEST}
82
- platform="android"
+ platform={'android'}
83
onPress={this.gotoTopBarTitleTest}
84
/>
85
0 commit comments