Browse Source

Updated about screen

Arnaud Vergnet 4 years ago
parent
commit
03d57e91d9
3 changed files with 13 additions and 4 deletions
  1. 7
    0
      src/screens/About/AboutScreen.js
  2. 3
    2
      translations/en.json
  3. 3
    2
      translations/fr.json

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

37
         "Coucou !\n\n",
37
         "Coucou !\n\n",
38
     yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
38
     yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
39
     react: 'https://facebook.github.io/react-native/',
39
     react: 'https://facebook.github.io/react-native/',
40
+    expo: 'https://expo.io/',
40
 };
41
 };
41
 
42
 
42
 type Props = {
43
 type Props = {
165
             showChevron: true
166
             showChevron: true
166
         },
167
         },
167
         {
168
         {
169
+            onPressCallback: () => openWebLink(links.react),
170
+            icon: 'language-javascript',
171
+            text: i18n.t('aboutScreen.expo'),
172
+            showChevron: true
173
+        },
174
+        {
168
             onPressCallback: () => this.props.navigation.navigate('dependencies'),
175
             onPressCallback: () => this.props.navigation.navigate('dependencies'),
169
             icon: 'developer-board',
176
             icon: 'developer-board',
170
             text: i18n.t('aboutScreen.libs'),
177
             text: i18n.t('aboutScreen.libs'),

+ 3
- 2
translations/en.json View File

107
     "license": "License",
107
     "license": "License",
108
     "debug": "Debug",
108
     "debug": "Debug",
109
     "team": "Team",
109
     "team": "Team",
110
-    "author": "Author",
110
+    "author": "Author and maintainer",
111
     "authorMail": "Send an email",
111
     "authorMail": "Send an email",
112
-    "additionalDev": "Additional developer",
112
+    "additionalDev": "Development help",
113
     "technologies": "Technologies",
113
     "technologies": "Technologies",
114
     "reactNative": "Made with React Native",
114
     "reactNative": "Made with React Native",
115
+    "expo": "Built with Expo",
115
     "libs": "Libraries used"
116
     "libs": "Libraries used"
116
   },
117
   },
117
   "proximoScreen": {
118
   "proximoScreen": {

+ 3
- 2
translations/fr.json View File

107
     "license": "Licence",
107
     "license": "Licence",
108
     "debug": "Debug",
108
     "debug": "Debug",
109
     "team": "Équipe",
109
     "team": "Équipe",
110
-    "author": "Auteur",
110
+    "author": "Auteur et mainteneur",
111
     "authorMail": "Envoyer un mail",
111
     "authorMail": "Envoyer un mail",
112
-    "additionalDev": "Développeur additionnel",
112
+    "additionalDev": "Aide au développement",
113
     "technologies": "Technologies",
113
     "technologies": "Technologies",
114
     "reactNative": "Créé avec React Native",
114
     "reactNative": "Créé avec React Native",
115
+    "expo": "Compilé avec Expo",
115
     "libs": "Librairies utilisées"
116
     "libs": "Librairies utilisées"
116
   },
117
   },
117
   "proximoScreen": {
118
   "proximoScreen": {

Loading…
Cancel
Save