Closed
Description
🐛 Bug Report
if click on TouchableOpacity with Image touches has octagone form
To Reproduce
Expected Behavior
Touches has circle form
Code Example
<TouchableOpacity
onPress={() => Actions.repayments({onClose: Actions.pop})}
style={styles.buttonBlock}
disabled={isBlocked}
>
<View style={[styles.circleButton, isBlocked && styles.blockedButton]}>
<Image source={require('icons/repayments.png')} style={styles.icon}/>
</View>
<Text style={styles.buttonText}>{constants.REPAYMENTS}</Text>
</TouchableOpacity>
Environment
Android 9