File tree 1 file changed +12
-13
lines changed
versioned_docs/version-7.x
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -578,18 +578,18 @@ Function which returns a React Element to display custom image in header's back
578
578
<img src =" /assets/7.x/stack/headerBackImage.png " width =" 500 " alt =" Header back image " />
579
579
580
580
``` js
581
- < Stack .Screen
582
- name= " NewsFeed"
583
- component= {NewsFeedScreen}
584
- options= {{
585
- headerBackImage : ({ tintColor }) => (
586
- < Ionicons
587
- tyle= {{ color: tintColor }}
588
- size= {26 }
589
- name= " arrow-back-circle"
590
- / >
581
+ < Stack .Screen
582
+ name= " NewsFeed"
583
+ component= {NewsFeedScreen}
584
+ options= {{
585
+ headerBackImage : ({ tintColor }) => (
586
+ < Ionicons
587
+ tyle= {{ color: tintColor }}
588
+ size= {26 }
589
+ name= " arrow-back-circle"
590
+ / >
591
591
),
592
- }}
592
+ }}
593
593
/ >
594
594
```
595
595
@@ -632,10 +632,9 @@ Example:
632
632
headerBackTitleStyle: {
633
633
fontSize: 14 ,
634
634
fontFamily: ' Georgia' ,
635
- }
635
+ },
636
636
}}
637
637
/ >
638
-
639
638
```
640
639
641
640
### Events
You can’t perform that action at this time.
0 commit comments