n4kz / react-native-indicators

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

Should we mention uses native driver in readme? #7

Closed Noitidart closed 6 years ago

Noitidart commented 6 years ago

Thanks for this awesome lib! The best part about it is it uses native driver for all animations. Is this correct?

If so should we mention it in readme? Because I don't touch any modules where they have anim that do not useNativeDriver. :)

n4kz commented 6 years ago

Thanks for issue, it's already mentioned there in features :)

Native driver based animation

Can confirm that all animations in this component are based on native driver.

Noitidart commented 6 years ago

Ooo thanks!