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',