diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-26 17:01:01 -0800 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-26 17:01:01 -0800 |
| commit | fa4e2917b35478c340ac849fefbf1575d73cf969 (patch) | |
| tree | c0977ce83e7401490587740156000bce24ba0b24 /src/screens/main | |
| parent | eca3a0d52697c3c7e2261b28dda397b1a38a2db4 (diff) | |
Statusbar issue
Diffstat (limited to 'src/screens/main')
| -rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 511680ea..aa53c4a9 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -153,7 +153,7 @@ const NotificationsScreen: React.FC = () => { return ( <SafeAreaView> - <StatusBar barStyle={'dark-content'} /> + <StatusBar barStyle="dark-content" /> <View style={styles.header}> <Text style={styles.headerText}>Notifications</Text> </View> |
