Fix status bar issue
This commit is contained in:
@@ -219,7 +219,7 @@ export default function App() {
|
|||||||
icon: props => <MaterialIcons {...props} />,
|
icon: props => <MaterialIcons {...props} />,
|
||||||
}} theme={theme}>
|
}} theme={theme}>
|
||||||
<NavigationContainer>
|
<NavigationContainer>
|
||||||
<StatusBar style="auto" />
|
<StatusBar style="dark" />
|
||||||
<Stack.Navigator screenOptions={{
|
<Stack.Navigator screenOptions={{
|
||||||
header: (props) => {
|
header: (props) => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user