Browse Source

Added a little surprise

Arnaud Vergnet 3 years ago
parent
commit
32c77fab05

+ 2
- 1
src/screens/About/AboutScreen.js View File

25
         "Coucou !\n\n",
25
         "Coucou !\n\n",
26
     yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
26
     yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
27
     react: 'https://facebook.github.io/react-native/',
27
     react: 'https://facebook.github.io/react-native/',
28
+    meme: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
28
 };
29
 };
29
 
30
 
30
 type Props = {
31
 type Props = {
84
      */
85
      */
85
     authorData: Array<Object> = [
86
     authorData: Array<Object> = [
86
         {
87
         {
87
-            onPressCallback: () => console.log('cc'),
88
+            onPressCallback: () => openWebLink(links.meme),
88
             icon: 'account-circle',
89
             icon: 'account-circle',
89
             text: 'Arnaud VERGNET',
90
             text: 'Arnaud VERGNET',
90
             showChevron: false
91
             showChevron: false

+ 0
- 1
src/screens/Services/Websites/AmicaleWebsiteScreen.js View File

16
             path = path.replace(URL, '');
16
             path = path.replace(URL, '');
17
         }
17
         }
18
     }
18
     }
19
-    console.log(URL + path);
20
     return (
19
     return (
21
         <WebViewScreen
20
         <WebViewScreen
22
             {...props}
21
             {...props}

Loading…
Cancel
Save