ReactNative ActivityIndicator not showing when animating property initiate false

后端 未结 10 1646

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

    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.

提交回复
热议问题