Vertical Card Component
Background:
This MR create the vertical card component used for ecosystem screens.
Props:
- imageSource:string Pass in the image uri. If none given, then it will display grey background
- members:number Pass in how many members in an ecosystem
- title:string Pass in the title to be shown
- onPressFunction:function
Pass in the function that want to be run when the component is pressed.
Added packages:
- none
How to test:
Add the component to a screen and then run it
Tested on:
-
iOS -
Android