Skip to content

Commit f9fe0b5

Browse files
authored
Merge pull request crazycodeboy#32 from scue/patch-1
Fix bug: Duplicate declaration "PropTypes"
2 parents ca732c5 + c803b5a commit f9fe0b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

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

2020
const ViewPropTypes = RNViewPropTypes || View.propTypes;
21-
import {PropTypes} from 'prop-types';
2221
export const DURATION = {
2322
LENGTH_LONG: 2000,
2423
LENGTH_SHORT: 500,

0 commit comments

Comments
 (0)