RealOrangeOne / react-native-busy-indicator

A simple, event controlled, busy indicator for react-native
MIT License
94 stars 41 forks source link

The spinner doesn't animate anymore #14

Open Nygma297 opened 7 years ago

Nygma297 commented 7 years ago

screenshot_2017-04-27-00-27-55-799_com community_app

Nygma297 commented 7 years ago

Please Help me out @RealOrangeOne

RealOrangeOne commented 7 years ago

How strange! What version of react-native-busy-indicator and react-native are you using?

Nygma297 commented 7 years ago

@RealOrangeOne

According to Package.json: "react-native": "0.42.0", "react-native-busy-indicator": "^1.0.9",

Nygma297 commented 7 years ago

@RealOrangeOne I also tried re-installing the package thinking that some file would be missing but, it didn't work out!

RealOrangeOne commented 7 years ago

It seems react-native slightly updated the API for <ActivityIndicator/>, the main spinner component, but these changes dont seem to be breaking at all. Explicitly setting the animated prop to true on it though might work. Could you try editing the source directly and see if this fixes it?

Nygma297 commented 7 years ago

What should I be changing in the file precisely? Any Property or some code!? Do guide me @RealOrangeOne

RealOrangeOne commented 7 years ago

In here, add a prop to the <ActivityIndicator/> component: animating={true}.

Nygma297 commented 7 years ago

Still Doesn't work @RealOrangeOne

RealOrangeOne commented 7 years ago

damn, that's annoying. I'll try and recreate it myself and see

Nygma297 commented 7 years ago

Okay @RealOrangeOne Really appreciate it. Thanks for the support.