Skip to content

Commit 86cccf5

Browse files
authored
Merge pull request #27 from jarvisluong/master
fix propTypes duplicate reference in index.js
2 parents 86dc524 + d3952ea commit 86cccf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from 'react-native'
1919

2020
const ViewPropTypes = RNViewPropTypes || View.propTypes;
21-
21+
2222
export const DURATION = {
2323
LENGTH_LONG: 2000,
2424
LENGTH_SHORT: 500,

0 commit comments

Comments
 (0)