mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-23 00:38:42 +08:00
Fix back button tinting (#144)
This commit is contained in:
committed by
Satyajit Sahoo
parent
2e6f7a015f
commit
b07ba79d89
@@ -27,9 +27,8 @@ const HeaderBackButton = ({ onPress, title, tintColor }: Props) => (
|
||||
>
|
||||
<View style={styles.container}>
|
||||
<Image
|
||||
style={styles.button}
|
||||
style={[styles.button, { tintColor }]}
|
||||
source={require('./assets/back-icon.png')}
|
||||
tintColor={tintColor}
|
||||
/>
|
||||
{Platform.OS === 'ios' && title && (
|
||||
<Text style={[styles.title, { color: tintColor }]}>
|
||||
|
||||
Reference in New Issue
Block a user