Added a little surprise

This commit is contained in:
Arnaud Vergnet 2020-06-27 19:37:34 +02:00
parent b6915a1ebe
commit 32c77fab05
2 changed files with 2 additions and 2 deletions

View file

@ -25,6 +25,7 @@ const links = {
"Coucou !\n\n",
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
react: 'https://facebook.github.io/react-native/',
meme: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
};
type Props = {
@ -84,7 +85,7 @@ class AboutScreen extends React.Component<Props> {
*/
authorData: Array<Object> = [
{
onPressCallback: () => console.log('cc'),
onPressCallback: () => openWebLink(links.meme),
icon: 'account-circle',
text: 'Arnaud VERGNET',
showChevron: false

View file

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