Skip to content

Commit 7ad0a58

Browse files
[autofix.ci] apply automated fixes
1 parent cfe5864 commit 7ad0a58

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

versioned_docs/version-7.x/stack-navigator.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -566,18 +566,18 @@ Function which returns a React Element to display custom image in header's back
566566
<img src="/assets/7.x/stack/headerBackImage.png" width="500" alt="Header back image" />
567567

568568
```js
569-
<Stack.Screen
570-
name="NewsFeed"
571-
component={NewsFeedScreen}
572-
options={{
573-
headerBackImage: ({ tintColor }) => (
574-
<Ionicons
575-
tyle={{ color: tintColor }}
576-
size={26}
577-
name="arrow-back-circle"
578-
/>
569+
<Stack.Screen
570+
name="NewsFeed"
571+
component={NewsFeedScreen}
572+
options={{
573+
headerBackImage: ({ tintColor }) => (
574+
<Ionicons
575+
tyle={{ color: tintColor }}
576+
size={26}
577+
name="arrow-back-circle"
578+
/>
579579
),
580-
}}
580+
}}
581581
/>
582582
```
583583

@@ -620,10 +620,9 @@ Example:
620620
headerBackTitleStyle: {
621621
fontSize: 14,
622622
fontFamily: 'Georgia',
623-
}
623+
},
624624
}}
625625
/>
626-
627626
```
628627

629628
### Events

0 commit comments

Comments
 (0)