From f171578c8d9584c301c228f7ccff9268e486a768 Mon Sep 17 00:00:00 2001 From: keplyx Date: Tue, 4 Feb 2020 19:49:05 +0100 Subject: [PATCH] Use chevron instead of arrow on ios --- components/CustomHeader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CustomHeader.js b/components/CustomHeader.js index ec94d4b..0290c89 100644 --- a/components/CustomHeader.js +++ b/components/CustomHeader.js @@ -100,7 +100,7 @@ export default class CustomHeader extends React.Component { }}> + icon={Platform.OS === 'ios' ? 'chevron-left' : "arrow-left"}/> ; else button = this.props.leftButton;