Chion82/native-base-web

CardItem failed to onPress

Opened this issue · 0 comments

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 :)