Skip to content

Commit 60d5d88

Browse files
i8wugitim
authored andcommitted
removed an unused prop, allows touchables now
1 parent 3ef59f0 commit 60d5d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Row.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default class Row extends Component {
201201

202202
_isDisabled() {
203203
return this.props.disabled ||
204-
this._isAnimationRunning && this.props.disabledDuringAnimation;
204+
this._isAnimationRunning;
205205
}
206206

207207
_isTouchInsideElement({nativeEvent}) {

0 commit comments

Comments
 (0)