n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

Mention advantage of this over UIActivityIndicator #8

Closed Noitidart closed 6 years ago

Noitidart commented 6 years ago

We should maybe mention the advantage of this libs ios style indicator over UIActivityIndicator provided by <ActivityIndicator />. Which is we can control size here. On iOS we only get "small" and "large". (Android we can control size but it is not determinate)

n4kz commented 6 years ago

Thanks for issue, that's great idea! I've updated readme and added configurable size to features.

Noitidart commented 6 years ago

Thank you! :)