forked from vergnet/application-amicale
Fixed chevron not showing in about screen
This commit is contained in:
parent
6dfb8e0c38
commit
8b132ccc91
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default class AboutScreen extends React.Component<Props, State> {
|
||||||
onPressCallback: () => openWebLink(links.react),
|
onPressCallback: () => openWebLink(links.react),
|
||||||
icon: 'react',
|
icon: 'react',
|
||||||
text: i18n.t('aboutScreen.reactNative'),
|
text: i18n.t('aboutScreen.reactNative'),
|
||||||
showChevron: false
|
showChevron: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
onPressCallback: () => this.props.navigation.navigate('AboutDependenciesScreen', {data: packageJson.dependencies}),
|
onPressCallback: () => this.props.navigation.navigate('AboutDependenciesScreen', {data: packageJson.dependencies}),
|
||||||
|
|
Loading…
Reference in a new issue