mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
Correct sizing of header back button image on iOS (#1687)
This commit is contained in:
@@ -118,8 +118,8 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
icon: Platform.OS === 'ios'
|
||||
? {
|
||||
height: 20,
|
||||
width: 12,
|
||||
height: 21,
|
||||
width: 13,
|
||||
marginLeft: 10,
|
||||
marginRight: 22,
|
||||
marginVertical: 12,
|
||||
|
||||
Reference in New Issue
Block a user