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}),
|
||||
|
|
載入中…
新增問題並參考