Use chevron instead of arrow on ios
这个提交包含在:
父节点
de787bf5a6
当前提交
f171578c8d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -100,7 +100,7 @@ export default class CustomHeader extends React.Component<Props> {
|
|||
}}>
|
||||
<CustomMaterialIcon
|
||||
color={Platform.OS === 'ios' ? ThemeManager.getCurrentThemeVariables().brandPrimary : "#fff"}
|
||||
icon={Platform.OS === 'chevron-left' ? "" : "arrow-left"}/>
|
||||
icon={Platform.OS === 'ios' ? 'chevron-left' : "arrow-left"}/>
|
||||
</Touchable>;
|
||||
else
|
||||
button = this.props.leftButton;
|
||||
|
|
正在加载…
在新工单中引用