Skip to content

Commit c803b5a

Browse files
authored
Fix bug: Duplicate declaration "PropTypes"
Fix bug: TypeError node_modules/react-native-easy-toast/index.js: Duplicate declaration "PropTypes"
1 parent ca732c5 commit c803b5a

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)