Added a little surprise

这个提交包含在:
Arnaud Vergnet 2020-06-27 19:37:34 +02:00
父节点 b6915a1ebe
当前提交 32c77fab05
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -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}