Skip to content

Commit

Permalink
Updated the events data
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoojbk committed Nov 1, 2020
1 parent 0d46a4e commit 60d0866
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
18 changes: 12 additions & 6 deletions components/eventScreenComponents/EventCardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@ export default class Vertical extends React.Component {
}}
>
<Text style={{ color: "rgba(0, 0, 0, 0.7)", fontSize: 18 }}>
Show your style !!
Show your style !!
Show your style !!
Show your style !!
Show your style !!
Show your style !!
------
----------
---------
----------
---------
------------------------
-

FILA FASHION WEEK
---------------------------------
Show your creative touch with different ways you could flaunt our bumblebee sweat shirts.
The Winner of this event stand a chance to be featured on our page and perform gigs with our creative heads.
</Text>

</View>
Expand Down
10 changes: 5 additions & 5 deletions components/feedCard/DemoCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ export default class DemoCard extends Component {
<CardItem header bordered style={{ backgroundColor:"#e2dada",height:50, borderBottomLeftRadius:30,borderBottomRightRadius:30 }}>
<Left>
<Button transparent >
<Icon active name="heart" />
<Text>12</Text>
<Icon style={{ color: '#726969'}} active name="heart" />
<Text style={{ color: '#726969'}}>{item.views}</Text>
</Button>
</Left>
<Left>
<Button transparent>
<Icon active name="share" />
<Text >4</Text>
<Icon style={{ color: '#726969'}} active name="share" />
<Text style={{ color: '#726969'}}>{item.comments}</Text>
</Button>
</Left>
<Right>
<Text>11h ago</Text>
<Text style={{ color: '#726969'}}>{item.published}</Text>
</Right>
</CardItem>

Expand Down

0 comments on commit 60d0866

Please sign in to comment.