Removed expo from used technologies

This commit is contained in:
Arnaud Vergnet 2020-05-01 16:36:11 +02:00
parent 854e03e893
commit 3d0e03cb9d

View file

@ -25,7 +25,6 @@ const links = {
"Coucou !\n\n",
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
react: 'https://facebook.github.io/react-native/',
expo: 'https://expo.io/',
};
type Props = {
@ -153,12 +152,6 @@ class AboutScreen extends React.Component<Props, State> {
text: i18n.t('aboutScreen.reactNative'),
showChevron: true
},
{
onPressCallback: () => openWebLink(links.react),
icon: 'language-javascript',
text: i18n.t('aboutScreen.expo'),
showChevron: true
},
{
onPressCallback: () => this.props.navigation.navigate('dependencies'),
icon: 'developer-board',