My code is <Card style={[styles.buttonCard, styles.buttonColor]} onPress={() => navigation.navigate('Property', { ---some properties-- })}> <View>--some text--</View> <Card> 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!