File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/libraries/TransformableImage Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export default class TransformableImage extends PureComponent {
20
20
enableTranslate : PropTypes . bool ,
21
21
onTransformGestureReleased : PropTypes . func ,
22
22
onViewTransformed : PropTypes . func ,
23
- onTransformStart : PropTypes . func ,
24
23
imageComponent : PropTypes . func ,
25
24
resizeMode : PropTypes . string ,
26
25
errorComponent : PropTypes . func
@@ -185,7 +184,6 @@ export default class TransformableImage extends PureComponent {
185
184
enableResistance = { true }
186
185
onTransformGestureReleased = { onTransformGestureReleased }
187
186
onViewTransformed = { onViewTransformed }
188
- onTransformStart = { onTransformStart }
189
187
maxScale = { maxScale }
190
188
contentAspectRatio = { contentAspectRatio }
191
189
onLayout = { this . onLayout }
You can’t perform that action at this time.
0 commit comments