react-native-indicator
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -62,7 +62,8 @@ /** | ||
]).start(() => { | ||
if (!this.unmounted) | ||
if (!this.unmounted) { | ||
this.state.degree.setValue(0); | ||
this._animation(); | ||
this._animation(); | ||
} | ||
}); | ||
} | ||
} |
@@ -64,7 +64,8 @@ /** | ||
]).start(() => { | ||
if (!this.unmounted) | ||
if (!this.unmounted) { | ||
this.state.degree.setValue(0); | ||
this._animation(); | ||
this._animation(); | ||
} | ||
}); | ||
} | ||
} |
{ | ||
"name": "react-native-indicator", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "React Native Indicator Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
858792
938