Browse Source

Added a little surprise

Arnaud Vergnet 3 years ago
parent
commit
32c77fab05

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

@@ -25,6 +25,7 @@ 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
+    meme: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
28 29
 };
29 30
 
30 31
 type Props = {
@@ -84,7 +85,7 @@ class AboutScreen extends React.Component<Props> {
84 85
      */
85 86
     authorData: Array<Object> = [
86 87
         {
87
-            onPressCallback: () => console.log('cc'),
88
+            onPressCallback: () => openWebLink(links.meme),
88 89
             icon: 'account-circle',
89 90
             text: 'Arnaud VERGNET',
90 91
             showChevron: false

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

@@ -16,7 +16,6 @@ export const AmicaleWebsiteScreen = (props: Object) => {
16 16
             path = path.replace(URL, '');
17 17
         }
18 18
     }
19
-    console.log(URL + path);
20 19
     return (
21 20
         <WebViewScreen
22 21
             {...props}

Loading…
Cancel
Save