forked from vergnet/application-amicale
Added a little surprise
This commit is contained in:
parent
b6915a1ebe
commit
32c77fab05
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -16,7 +16,6 @@ export const AmicaleWebsiteScreen = (props: Object) => {
|
|||
path = path.replace(URL, '');
|
||||
}
|
||||
}
|
||||
console.log(URL + path);
|
||||
return (
|
||||
<WebViewScreen
|
||||
{...props}
|
||||
|
|
Loading…
Reference in a new issue