-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Current behaviour
I'm using ActivityIndicator on a page and every first load I see a momentary glitch where there are two indicators. Video below.
Expected behaviour
I don't expect a double ActivityIndicator
Code sample
Screenshots (if applicable)
What have you tried
Using other components and seeing if they exhibit same behavior. (They don't)
I thought it might be a metro server thing, but upon generating a release apk and sideloading, I see the same thing. I'm not using any other animation library that would conflict.
I tried react-native's default ActivityIndicator and it doesn't exhibit this behavior.
Your Environment
| software | version |
|---|---|
| ios or android | Android 5.1 API 22 |
| react-native | "0.63.3" |
| react-native-paper | 4.2.0 |
| node | v14.8.0 |
| npm or yarn | yarn 1.22.4 |
| expo sdk | N/A |
| react-native-vector-icons | 7.1.0 |
DenisDov