Fixed chevron not showing in about screen
这个提交包含在:
父节点
6dfb8e0c38
当前提交
8b132ccc91
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -152,7 +152,7 @@ export default class AboutScreen extends React.Component<Props, State> {
|
|||
onPressCallback: () => openWebLink(links.react),
|
||||
icon: 'react',
|
||||
text: i18n.t('aboutScreen.reactNative'),
|
||||
showChevron: false
|
||||
showChevron: true
|
||||
},
|
||||
{
|
||||
onPressCallback: () => this.props.navigation.navigate('AboutDependenciesScreen', {data: packageJson.dependencies}),
|
||||
|
|
|
|||
正在加载…
在新工单中引用