Skip to content

Commit 60d5d88

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Row.js

Lines changed: 1 addition & 1 deletion
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)