After RN 0.64 upgrade, on Android ActivityIndicator is blank and does not show up unless explicit color prop is provided.
See facebook/react-native#30057
A possible fix is already implemented in Embed block here. We should extract that into it's own component and
check the code to find where ActivityIndicator is being used and replace them with this new component.
After RN 0.64 upgrade, on Android ActivityIndicator is blank and does not show up unless explicit
colorprop is provided.See facebook/react-native#30057
A possible fix is already implemented in Embed block here. We should extract that into it's own component and
check the code to find where
ActivityIndicatoris being used and replace them with this new component.