From 8f59957fab7a68be113cec0c14067734e20911de Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 30 Dec 2022 15:56:54 -0600 Subject: [PATCH] Fix the status bar coloring --- src/view/shell/mobile/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 7b96c87ba3..efa6497537 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -6,6 +6,7 @@ import { FlatList, GestureResponderEvent, SafeAreaView, + StatusBar, StyleSheet, TouchableOpacity, TouchableWithoutFeedback, @@ -349,7 +350,12 @@ export const MobileShell: React.FC = observer(() => { backgroundColor: theme.colorScheme === 'dark' ? colors.gray7 : colors.gray1, } return ( - + +