entria / react-native-fontawesome

React Native Font Awesome Icons
MIT License
176 stars 34 forks source link

[FEAT] new SpinningIcon component #19

Closed nirpeled closed 7 years ago

nirpeled commented 7 years ago

Export a new component to allow spinning a FA icon.

NOTE: I wonder if it will be better to just pass a boolean to the original component and then have the logic internally instead of exporting two separated component - I leave it to you guys :)

rturk commented 7 years ago

@jgcmarins @sibelius what do you think?