ReactNative ActivityIndicator not showing when animating property initiate false

后端 未结 10 1704
悲哀的现实
悲哀的现实 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:00

    i got this problem all by a mistake. i did not put ActivityIndeicator in the center of a view. so it positioned on top of a view, which is covered by a natigation bar. code below is correct. hope this can help u.

    
      
    
    

提交回复
热议问题