Commit e882fd0a authored by Tankred Hase's avatar Tankred Hase

Set StatusBar barStyle to „light-content“

parent ccae1afd
......@@ -41,6 +41,7 @@ const styles = StyleSheet.create({
const NotificationWrapper = ({ store, notify, children }) => (
<View style={styles.wrapper}>
<StatusBar barStyle="light-content" />
{children}
<DropdownAlert
ref={ref => notify.setDropdown(ref)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment