Skip to content

Commit 8677ca8

Browse files
committed
fix: remove status bar bg colour
1 parent 91a8829 commit 8677ca8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

App.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ const Stack = createNativeStackNavigator();
99

1010
function RootStack() {
1111
return (
12-
<Stack.Navigator
13-
initialRouteName="Home"
14-
screenOptions={{
15-
headerStyle: { backgroundColor: 'tomato' },
16-
}}
17-
>
12+
<Stack.Navigator initialRouteName="Home">
1813
<Stack.Screen name="Home" component={HomeScreen} />
1914
<Stack.Screen name="Details" component={DetailsScreen} />
2015
</Stack.Navigator>

0 commit comments

Comments
 (0)