Skip to content

Commit d3412d8

Browse files
committed
remove PropTypes
1 parent d1653a8 commit d3412d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Util.js

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import {PropTypes as ReactPropTypes} from 'react';
2-
import * as PTPropTypes from 'prop-types';
31
import {
42
View,
53
BackHandler,
@@ -9,5 +7,3 @@ import {
97

108
export const ViewPropTypes = RNViewPropTypes || View.propTypes;
119
export const BackAndroid = BackHandler || DeprecatedBackAndroid;
12-
export const PropTypes=PTPropTypes || PropTypes;
13-

0 commit comments

Comments
 (0)