ReactNative ActivityIndicator not showing when animating property initiate false

后端 未结 10 1599

I\'m playing with react native and got a strange behaviour.

When I try to show a ActitvityIndicator for Android setting its animating property

10条回答
  •  难免孤独
    2021-02-12 22:09

    The only problem I had with this, was that in Android it wasn't visible because of the background I had on my screen. I fixed by only changing the color prop to something I knew should stand out in the background:

提交回复
热议问题