ActivityIndicator
@unboxed
type size = Small | Large | Number(float)
<ActivityIndicator animating=true size=Large color="#999" />
<ActivityIndicator size={Number(36.)} />
@unboxed
type size = Small | Large | Number(float)
<ActivityIndicator animating=true size=Large color="#999" />
<ActivityIndicator size={Number(36.)} />