Skip to content
Snippets Groups Projects
Commit dce8138e authored by emelko's avatar emelko
Browse files

Gets rid of hidden icon in back button header

parent 2bbe7371
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import {
Text,
TouchableOpacity,
View
} from 'react-native'
import styles from '../../styles'
import NavigationArrow from './navigation-arrow'
import Icon from 'react-native-vector-icons/Entypo'
export default function BackButtonHeader(props) {
return (
......@@ -21,11 +19,6 @@ export default function BackButtonHeader(props) {
{props.title}
</Text>
</View>
<TouchableOpacity>
<Icon
name={'chevron-thin-right'}
/>
</TouchableOpacity>
</View>
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment