diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-11 16:49:31 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-11 16:49:31 -0500 |
commit | 97e73f47622df32859964df4c94a4d419590bee2 (patch) | |
tree | 9e2fdacee1040a9e9f975a329846dfa60cf5f3a4 /src/screens/main/NotificationsScreen.tsx | |
parent | dc2da789ed0f440e0da8020f891bb490536a38fe (diff) | |
parent | 3bc52c4e021199c5b546d51cd238aad9a96852a7 (diff) |
Merge branch 'master' into tma255-taggs-bar
# Conflicts:
# src/components/common/SocialLinkModal.tsx
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
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} /> |