React Native Store UI template provides flexibility to create different kinds of card elements
Simple Card Item
<Card> <CardContentpadding={15}> <H3>React Tutorial For Beginners</H3> <P>This tutorial is considerably created for those who have at least basic knowledge of HTML, CSS, JavaScript, ES6, DOM, node, and npm.</P> </CardContent> <CardFooterpadding={15}> <Left> <Btnlabel={'Read more'} onPress={() =>console.log("do something")} /> </Left> <Right></Right> </CardFooter></Card>