From 92e66a470d56292262a4fffb3487a4e5debd5a6d Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Fri, 11 Mar 2016 21:20:46 +0000 Subject: [PATCH] Use icon for back button --- app/components/navigation/BackButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/navigation/BackButton.js b/app/components/navigation/BackButton.js index 42daf81..3e9c5ca 100644 --- a/app/components/navigation/BackButton.js +++ b/app/components/navigation/BackButton.js @@ -1,5 +1,6 @@ import React from 'react-native'; import GlobalStyles from '../../settings/styles'; +import Icon from 'react-native-vector-icons/Ionicons'; var { StyleSheet, @@ -33,7 +34,7 @@ export default class NavigationButton extends React.Component { style={styles.toolbarButton} underlayColor={GlobalStyles.get('CIRCLE_NAVBAR_BG')} onPress={this.goBack.bind(this)}> - < + );