Skip to content

Touches has octagone form on Android 9 #24168

Closed
@olehmartynets

Description

🐛 Bug Report

if click on TouchableOpacity with Image touches has octagone form
Знімок екрана  о 16 40 42

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

Metadata

Assignees

No one assigned

    Labels

    BugPlatform: AndroidAndroid applications.Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions