-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ActivityIndicator visual bug on android 8.0 #4163
Comments
Is the issue visible only on the Android 8? I was trying to reproduce it on the Android 13, but without success? |
@lukewalczak Yes, this only happens on Android 8. I didn't tested on lower Android versions as 8 is the minimum version to my app. |
Thanks for confirmation! Since you does have running Android 8, would you like to investigate the problem and suggest a solution? |
Sure, I'll try to find the problem 😁 |
@lukewalczak I suppose this error is something related to Android 8 itself or to react-native running on this OS. In my local tests I discovered that: If I remove the Any thoughts? EDIT: |
Current behaviour
ActivityIndicator is visually bugged on android 8.0 (tested on J5 Prime phisical device and on android Simulator)
This bug happens on Buttons with
loading
prop too.This error start happening after upgrading to RN 0.72. On RN 0.71 this does not happens.
Expected behaviour
It should not be buggy
How to reproduce?
Just add an empty view with an ActivityIndicator or a loading button:
Preview
What have you tried so far?
Your Environment
The text was updated successfully, but these errors were encountered: