CardItem failed to onPress
pondycrane opened this issue · 0 comments
pondycrane commented
This project is amazing and I appreciate your great work.
I found CardItem can't be clicked. For example:
<CardItem button onPress={ () => console.log( "pressed!") > <Text>some text</Text> </CardItem>
For now, I use ListItem instead. Thanks for making this possible :)