Update About Screen
這個提交存在於:
父節點
70dcb5fe97
當前提交
e819e94395
共有 1 個檔案被更改,包括 5 行新增 和 18 行删除
|
@ -125,20 +125,6 @@ class AboutScreen extends React.Component<PropsType> {
|
|||
},
|
||||
},
|
||||
},
|
||||
you: {
|
||||
name: i18n.t('screens.about.user.youName'),
|
||||
message: i18n.t('screens.about.user.you'),
|
||||
icon: 'hand-pointing-right',
|
||||
btnTrool: {
|
||||
title: '',
|
||||
icon: 'git',
|
||||
onPress: () => {
|
||||
openWebLink(links.git);
|
||||
},
|
||||
},
|
||||
btnLinkedin: null,
|
||||
btnMail: null,
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -259,11 +245,12 @@ class AboutScreen extends React.Component<PropsType> {
|
|||
},
|
||||
{
|
||||
onPressCallback: () => {
|
||||
this.onListItemPress(this.teamUsers.you);
|
||||
const {navigation} = this.props;
|
||||
navigation.navigate('feedback');
|
||||
},
|
||||
icon: this.teamUsers.you.icon,
|
||||
text: this.teamUsers.you.name,
|
||||
showChevron: false,
|
||||
icon: 'hand-pointing-right',
|
||||
text: i18n.t('screens.about.user.you'),
|
||||
showChevron: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
載入中…
新增問題並參考