@@ -12,6 +12,7 @@ type:_propTypes2.default.string,
1212shape :_propTypes2 . default . string ,
1313gradientStart :_propTypes2 . default . object ,
1414gradientEnd :_propTypes2 . default . object ,
15+ gradientLocation :_propTypes2 . default . array ,
1516disabledGradientStart :_propTypes2 . default . object ,
1617disabledGradientEnd :_propTypes2 . default . object ,
1718disabledOpacity :_propTypes2 . default . number ,
@@ -30,6 +31,7 @@ shape:'round',
3031backgroundColors :[ '#4DC7A4' , '#66D37A' ] ,
3132gradientStart :{ x :0.5 , y :1 } ,
3233gradientEnd :{ x :1 , y :1 } ,
34+ gradientLocation :null ,
3335disabledGradientStart :{ x :0 , y :0 } ,
3436disabledGradientEnd :{ x :0 , y :0 } ,
3537disabledOpacity :0.5 ,
@@ -110,7 +112,7 @@ progressWidth:this.props.progressWidth,
110112progressTintColor :this . props . progressTintColor ,
111113progressBackgroundColor :this . props . progressBackgroundColor ,
112114progressStyle :this . props . progressStyle ,
113- textInsideProgress :this . props . textInsideProgress , __source :{ fileName :_jsxFileName , lineNumber :94 } } ) ;
115+ textInsideProgress :this . props . textInsideProgress , __source :{ fileName :_jsxFileName , lineNumber :96 } } ) ;
114116
115117
116118} else {
@@ -119,7 +121,7 @@ _react2.default.createElement(_Button2.default,{
119121textStyle :this . props . textStyle || textStyle ,
120122imageStyle :this . props . imageStyle || imageStyle ,
121123text :this . props . text ,
122- image :this . props . image , __source :{ fileName :_jsxFileName , lineNumber :118 } } ) ;
124+ image :this . props . image , __source :{ fileName :_jsxFileName , lineNumber :120 } } ) ;
123125
124126
125127}
@@ -161,15 +163,15 @@ start:disabled?disabledGradientStart:gradientStart,
161163end :disabled ?disabledGradientEnd :gradientEnd ,
162164colors :backgroundColors ,
163165collapsable :false ,
164- style :[ styles . button , shapeStyle , buttonStyle , disabledStyle ] , __source :{ fileName :_jsxFileName , lineNumber :159 } } ,
166+ style :[ styles . button , shapeStyle , buttonStyle , disabledStyle ] , __source :{ fileName :_jsxFileName , lineNumber :161 } } ,
165167
166168this . renderButton ( { textStyle :styles . text } ) ) ;
167169
168170
169171} else {
170172var border = type === 'border' && styles . border ;
171173content =
172- _react2 . default . createElement ( _reactNative . View , { style :[ styles . button , border , shapeStyle , buttonStyle , disabledStyle ] , __source :{ fileName :_jsxFileName , lineNumber :172 } } ,
174+ _react2 . default . createElement ( _reactNative . View , { style :[ styles . button , border , shapeStyle , buttonStyle , disabledStyle ] , __source :{ fileName :_jsxFileName , lineNumber :174 } } ,
173175this . renderButton ( { textStyle :styles . secondaryText } ) ) ;
174176
175177
@@ -187,7 +189,7 @@ styles.container,
187189width :buttonWidth ,
188190height :buttonHeight } ,
189191
190- style ] , __source :{ fileName :_jsxFileName , lineNumber :179 } } ,
192+ style ] , __source :{ fileName :_jsxFileName , lineNumber :181 } } ,
191193
192194
193195content ) ) ;
0 commit comments