ReactNative ActivityIndicator not showing when animating property initiate false

后端 未结 10 1702
悲哀的现实
悲哀的现实 2021-02-12 21:31

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:27

    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:

提交回复
热议问题