ReactNative ActivityIndicator not showing when animating property initiate false

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

    If in your project you can use third party components, I recommend the use of react-native-loading-spinner-overlay

    Solved easily our problems, beacause this component use a similar way to show or hide the Activity with the property visible.

提交回复
热议问题