Skip to content

Commit 62e1459

Browse files
committed
Remove duplicate PropTypes
1 parent ca732c5 commit 62e1459

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-
import {PropTypes} from 'prop-types';
21+
2222
export const DURATION = {
2323
LENGTH_LONG: 2000,
2424
LENGTH_SHORT: 500,

0 commit comments

Comments
 (0)