The spinner doesn't animate anymore

Please Help me out @RealOrangeOne
How strange! What version of react-native-busy-indicator and react-native are you using?
@RealOrangeOne
According to Package.json: "react-native": "0.42.0", "react-native-busy-indicator": "^1.0.9",
@RealOrangeOne I also tried re-installing the package thinking that some file would be missing but, it didn't work out!
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?
What should I be changing in the file precisely? Any Property or some code!? Do guide me @RealOrangeOne
In here, add a prop to the <ActivityIndicator/> component: animating={true}.
Still Doesn't work @RealOrangeOne
damn, that's annoying. I'll try and recreate it myself and see
Okay @RealOrangeOne Really appreciate it. Thanks for the support.