Skip to content

Commit 4398499

Browse files
committed
maxime_commit
1 parent b7a9c58 commit 4398499

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Home.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ import {
77

88
import { WebView } from 'react-native';
99
import { Container, Content, Icon } from 'native-base'
10+
import CardComponent from './CardComponent'
1011

1112

1213
class Home extends Component {
1314
render() {
1415
return (
1516
<Container style={styles.container}>
1617
<Content>
17-
18+
<CardComponent imageSource="1" likes="101" />
19+
<CardComponent imageSource="2" likes="201" />
20+
<CardComponent imageSource="3" likes="301" />
1821
</Content>
1922
</Container>
2023
);

0 commit comments

Comments
 (0)