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 de45868 commit ca63ed9Copy full SHA for ca63ed9
example/src/App.tsx
@@ -136,7 +136,7 @@ export default function App() {
136
137
return (
138
<View style={styles.container} accessibilityLabel="app-root">
139
- <StatusBar translucent={false} />
+ <StatusBar translucent={true} />
140
<View style={[styles.row, styles.alignCenter, styles.header]}>
141
<Image source={require('../assets/intercom.png')} style={styles.logo} />
142
<Text style={styles.title}>Intercom Example App</Text>
0 commit comments