santomegonzalo / react-native-floating-action

Material design action button for React Native
MIT License
489 stars 180 forks source link

Customized floating icon cannot spin #191

Open Ti-tanium opened 3 years ago

Ti-tanium commented 3 years ago

Steps to reproduce:

  1. set the floatingIcon as an image
  2. click the floating button, the icon is not spinning. set animated={false} can make the icon spin again, just no animation is applied.
    <FloatingAction
      floatingIcon={Images.floatingPlusIcon}
    />
yaminichhabra commented 1 year ago

Any updates on this issue ?