aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-09 11:19:23 -0500
committerGitHub <noreply@github.com>2021-02-09 11:19:23 -0500
commitdcf6aaf1b19b645adefaf51ef0ab7684a9acf3ab (patch)
treedeb9722fff0d99f9a87ce0b1f2225d7401908ac1
parentf28ef2d4ac61475d7bd9728634b80f7c0760ff58 (diff)
parent8fa21aabb237586cf9cffd59ae573f2ba48857e9 (diff)
Merge pull request #230 from shravyaramesh/notifications-status-bar
[BUGFIX] Notifications Screen: Changed status bar from default to black
-rw-r--r--src/screens/main/NotificationsScreen.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx
index f35bb22c..266ba3f9 100644
--- a/src/screens/main/NotificationsScreen.tsx
+++ b/src/screens/main/NotificationsScreen.tsx
@@ -5,6 +5,7 @@ import React, {useCallback, useEffect, useState} from 'react';
import {
RefreshControl,
SectionList,
+ StatusBar,
StyleSheet,
Text,
View,
@@ -146,6 +147,7 @@ const NotificationsScreen: React.FC = () => {
return (
<SafeAreaView>
+ <StatusBar barStyle={'dark-content'} />
<View style={styles.header}>
<Text style={styles.headerText}>Notifications</Text>
<View style={styles.underline} />