We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e660 commit ef05342Copy full SHA for ef05342
docs/native-stack-navigator.md
@@ -221,8 +221,8 @@ function App() {
221
return (
222
<Stack.Navigator
223
initialRouteName="Home"
224
- headerMode="screen"
225
screenOptions={{
+ headerShown: false,
226
headerTintColor: 'white',
227
headerStyle: { backgroundColor: 'tomato' },
228
}}
0 commit comments