forked from vergnet/application-amicale
Removed expo from used technologies
This commit is contained in:
parent
854e03e893
commit
3d0e03cb9d
1 changed files with 0 additions and 7 deletions
|
@ -25,7 +25,6 @@ const links = {
|
||||||
"Coucou !\n\n",
|
"Coucou !\n\n",
|
||||||
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
|
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
|
||||||
react: 'https://facebook.github.io/react-native/',
|
react: 'https://facebook.github.io/react-native/',
|
||||||
expo: 'https://expo.io/',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
@ -153,12 +152,6 @@ class AboutScreen extends React.Component<Props, State> {
|
||||||
text: i18n.t('aboutScreen.reactNative'),
|
text: i18n.t('aboutScreen.reactNative'),
|
||||||
showChevron: true
|
showChevron: true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
onPressCallback: () => openWebLink(links.react),
|
|
||||||
icon: 'language-javascript',
|
|
||||||
text: i18n.t('aboutScreen.expo'),
|
|
||||||
showChevron: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
onPressCallback: () => this.props.navigation.navigate('dependencies'),
|
onPressCallback: () => this.props.navigation.navigate('dependencies'),
|
||||||
icon: 'developer-board',
|
icon: 'developer-board',
|
||||||
|
|
Loading…
Reference in a new issue