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 5f055d3 commit 1398417Copy full SHA for 1398417
versioned_docs/version-7.x/native-stack-navigator.md
@@ -202,24 +202,10 @@ Only supported on iOS.
202
Example:
203
204
```js
205
-export function NativeStack() {
206
- return (
207
- <Stack.Navigator>
208
- <Stack.Screen
209
- name="NewsFeed"
210
- component={NewsFeedScreen}
211
- options={{
212
- title: 'Feed',
213
- headerBackTitle: 'Back title example',
214
- headerBackTitleStyle: {
215
- fontSize: 14,
216
- fontFamily: 'Georgia',
217
- },
218
- }}
219
- />
220
- </Stack.Navigator>
221
- );
222
-}
+ headerBackTitleStyle: {
+ fontSize: 14,
+ fontFamily: 'Georgia',
+ },
223
```
224
225
#### `headerBackImageSource`
0 commit comments