Mobile: Fixes #2853: Fix white rectangle issue on dark theme (#3055)

pull/2957/head
Mohammed Rabeeh 2020-04-15 00:42:18 +05:30 committed by GitHub
parent 2050889590
commit c5c379f38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ class AppComponent extends React.Component {
}}
>
<StatusBar barStyle="dark-content" />
<MenuContext style={{ flex: 1 }}>
<MenuContext style={{ flex: 1, backgroundColor: theme.backgroundColor }}>
<SafeAreaView style={{ flex: 1 }}>
<View style={{ flex: 1, backgroundColor: theme.backgroundColor }}>
<AppNav screens={appNavInit} />