Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_react2.default.createElement(_reactNative.Animated.Text,{
key:'text',
style:[styles.text,this.props.textStyle,this.props.textAnim],__source:{fileName:_jsxFileName,lineNumber:135}},
this.props.text)];
}
var progressAnim=this.props.textInsideProgress?
this.props.progressAnim:
this.props.imageAnim;
progress=
_react2.default.createElement(_reactNative.Animated.View,{style:[styles.progress,this.props.progressStyle,progressAnim],__source:{fileName:_jsxFileName,lineNumber:149}},
_react2.default.createElement(_reactNativeCircularProgress.AnimatedCircularProgress,{
size:this.props.progressSize,
width:this.props.progressWidth,
fill:this.props.progressFill,
tintColor:this.props.progressTintColor,
backgroundColor:this.props.progressBackgroundColor,__source:{fileName:_jsxFileName,lineNumber:150}},
progressContent));
}
if(this.props.spinner&&!this.props.progress&&!this.props.image){
contentStyle=styles.spinnerContent;
spinner=
_react2.default.createElement(_reactNative.Animated.View,{