Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touches has octagone form on Android 9 #24168

Closed
olehmartynets opened this issue Mar 27, 2019 · 4 comments
Closed

Touches has octagone form on Android 9 #24168

olehmartynets opened this issue Mar 27, 2019 · 4 comments
Labels
Bug Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@olehmartynets
Copy link

olehmartynets commented Mar 27, 2019

🐛 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

@react-native-bot
Copy link
Collaborator

Can you run react-native info and edit your issue to include these results under the Environment section?

If you believe this information is irrelevant to the reported issue, you may write `[skip envinfo]` alongside an explanation in your Environment: section.

@rickhanlonii
Copy link
Member

Hey @olehmartynets thanks for filing, can you post a reproduction with the styles you're using?

@react-native-bot
Copy link
Collaborator

I am closing this issue because it does not contain the necessary environment info, and there has been no followup in a while.

If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here.

@react-native-bot react-native-bot added the Ran Commands One of our bots successfully processed a command. label Apr 9, 2019
@Shchepotin
Copy link

@rickhanlonii Hi, it happens when nested has styles shadow and borderRadius.

@facebook facebook locked as resolved and limited conversation to collaborators Apr 9, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants