Skip to content

Commit a84c31b

Browse files
committed
Fix RN 0.43+ compatibility by not using direction defaults. Fixes oblador#52
1 parent 02b9ce1 commit a84c31b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

withAnimation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default function withAnimation(WrappedComponent, indeterminateProgress) {
2424

2525
static defaultProps = {
2626
animated: true,
27-
direction: 'clockwise',
2827
indeterminate: false,
2928
progress: 0,
3029
};

0 commit comments

Comments
 (0)