Skip to content

Commit ca63ed9

Browse files
committed
minor change
1 parent de45868 commit ca63ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function App() {
136136

137137
return (
138138
<View style={styles.container} accessibilityLabel="app-root">
139-
<StatusBar translucent={false} />
139+
<StatusBar translucent={true} />
140140
<View style={[styles.row, styles.alignCenter, styles.header]}>
141141
<Image source={require('../assets/intercom.png')} style={styles.logo} />
142142
<Text style={styles.title}>Intercom Example App</Text>

0 commit comments

Comments
 (0)