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

Android unfocus shadow button after was focused #569

Open
AmirDiafi opened this issue May 5, 2023 · 2 comments
Open

Android unfocus shadow button after was focused #569

AmirDiafi opened this issue May 5, 2023 · 2 comments
Labels
question Further information is requested

Comments

@AmirDiafi
Copy link

This is only on Android, there is a shadow that appeared after clicking and clicking on another button.
How I can control the unfocus button style?

Screen Shot 2023-05-05 at 9 27 08 PM

@Jm-Zion
Copy link
Owner

Jm-Zion commented May 13, 2023

Hello !
That's a weird issue indeed, can you give me more informations ? ( the device, android version )

Thanks

@Jm-Zion Jm-Zion added the question Further information is requested label May 17, 2023
@sanchezzzs
Copy link

tab.bar.button.styles.tsx

unfocusedButton: {
justifyContent: 'center',
alignItems: 'center',
flex: 1,
width: '100%',
elevation: 12, <------------ PROBLEM, delete it
zIndex: 12,
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants