Skip to content
Snippets Groups Projects
Commit 406b7125 authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch '384-bug-header-title-in-settings-moves-up' into 'master'

Gets rid of hidden icon in back button header

Closes #384

See merge request bloodyhealth/drip!227
parents 6228cd89 dce8138e
No related branches found
No related tags found
No related merge requests found
import React from 'react' import React from 'react'
import { import {
Text, Text,
TouchableOpacity,
View View
} from 'react-native' } from 'react-native'
import styles from '../../styles' import styles from '../../styles'
import NavigationArrow from './navigation-arrow' import NavigationArrow from './navigation-arrow'
import Icon from 'react-native-vector-icons/Entypo'
export default function BackButtonHeader(props) { export default function BackButtonHeader(props) {
return ( return (
...@@ -21,11 +19,6 @@ export default function BackButtonHeader(props) { ...@@ -21,11 +19,6 @@ export default function BackButtonHeader(props) {
{props.title} {props.title}
</Text> </Text>
</View> </View>
<TouchableOpacity>
<Icon
name={'chevron-thin-right'}
/>
</TouchableOpacity>
</View> </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