Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit e882fd0

Browse files
committed
Set StatusBar barStyle to „light-content“
1 parent ccae1af commit e882fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component/notification-wrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const styles = StyleSheet.create({
4141

4242
const NotificationWrapper = ({ store, notify, children }) => (
4343
<View style={styles.wrapper}>
44+
<StatusBar barStyle="light-content" />
4445
{children}
4546
<DropdownAlert
4647
ref={ref => notify.setDropdown(ref)}

0 commit comments

Comments
 (0)