We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a8829 commit 8677ca8Copy full SHA for 8677ca8
1 file changed
App.tsx
@@ -9,12 +9,7 @@ const Stack = createNativeStackNavigator();
9
10
function RootStack() {
11
return (
12
- <Stack.Navigator
13
- initialRouteName="Home"
14
- screenOptions={{
15
- headerStyle: { backgroundColor: 'tomato' },
16
- }}
17
- >
+ <Stack.Navigator initialRouteName="Home">
18
<Stack.Screen name="Home" component={HomeScreen} />
19
<Stack.Screen name="Details" component={DetailsScreen} />
20
</Stack.Navigator>
0 commit comments