Skip to content

Commit e267fca

Browse files
docs: Missing backtick on headerMode is moved to options (#1002)
1 parent 34fe57a commit e267fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/upgrading-from-5.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ So instead of having 2 ways to do very similar things, we have removed `headerMo
203203
</Stack.Navigator>
204204
```
205205

206-
### `headerMode is moved to options
206+
### `headerMode` is moved to options
207207

208208
Previously, `headerMode` was a prop on the navigator, but now it needs to be specified in screen's `options` instead. To keep previous behavior, you can specify it in `screenOptions`:
209209

0 commit comments

Comments
 (0)