Skip to content

Commit 5e22f27

Browse files
committed
Update twitter-example
1 parent efd3498 commit 5e22f27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

twitter-example/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const styles = StyleSheet.create({
1919
},
2020
});
2121

22+
const statusBarProps = {
23+
backgroundColor: '#1b6298',
24+
};
25+
2226
export default class TwitterApp extends React.Component {
2327
render() {
2428
return (
@@ -27,6 +31,7 @@ export default class TwitterApp extends React.Component {
2731
headerStyle={styles.header}
2832
backButtonComponent={BackButton}
2933
rightCorner={SearchAndCompose}
34+
statusBarProps={statusBarProps}
3035
/>
3136
);
3237
}

0 commit comments

Comments
 (0)