File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -566,18 +566,18 @@ Function which returns a React Element to display custom image in header's back
566
566
<img src =" /assets/7.x/stack/headerBackImage.png " width =" 500 " alt =" Header back image " />
567
567
568
568
``` 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
+ / >
579
579
),
580
- }}
580
+ }}
581
581
/ >
582
582
```
583
583
@@ -620,10 +620,9 @@ Example:
620
620
headerBackTitleStyle: {
621
621
fontSize: 14 ,
622
622
fontFamily: ' Georgia' ,
623
- }
623
+ },
624
624
}}
625
625
/ >
626
-
627
626
```
628
627
629
628
### Events
You can’t perform that action at this time.
0 commit comments