Browse Source

Removed expo from used technologies

Arnaud Vergnet 3 years ago
parent
commit
3d0e03cb9d
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/screens/About/AboutScreen.js

+ 0
- 7
src/screens/About/AboutScreen.js View File

@@ -25,7 +25,6 @@ const links = {
25 25
         "Coucou !\n\n",
26 26
     yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
27 27
     react: 'https://facebook.github.io/react-native/',
28
-    expo: 'https://expo.io/',
29 28
 };
30 29
 
31 30
 type Props = {
@@ -154,12 +153,6 @@ class AboutScreen extends React.Component<Props, State> {
154 153
             showChevron: true
155 154
         },
156 155
         {
157
-            onPressCallback: () => openWebLink(links.react),
158
-            icon: 'language-javascript',
159
-            text: i18n.t('aboutScreen.expo'),
160
-            showChevron: true
161
-        },
162
-        {
163 156
             onPressCallback: () => this.props.navigation.navigate('dependencies'),
164 157
             icon: 'developer-board',
165 158
             text: i18n.t('aboutScreen.libs'),

Loading…
Cancel
Save