My code is
<Card style={[styles.buttonCard, styles.buttonColor]}
onPress={() => navigation.navigate('Property',
{
---some properties--
})}>
--some text--
This code in expo 49 is functionally, after upgrade, card onPress is disabled and dont show content of view (icons, text)
If delete onPress , render view OK
Thanks!
My code is
<Card style={[styles.buttonCard, styles.buttonColor]}
onPress={() => navigation.navigate('Property',
{
---some properties--
})}>
--some text--
This code in expo 49 is functionally, after upgrade, card onPress is disabled and dont show content of view (icons, text)
If delete onPress , render view OK
Thanks!