From 3d0e03cb9d7375c5004b5d83a64a1ec2e472cfe4 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 1 May 2020 16:36:11 +0200 Subject: [PATCH] Removed expo from used technologies --- src/screens/About/AboutScreen.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/screens/About/AboutScreen.js b/src/screens/About/AboutScreen.js index 3d0c954..54b2711 100644 --- a/src/screens/About/AboutScreen.js +++ b/src/screens/About/AboutScreen.js @@ -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 { 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',