We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1653a8 commit d3412d8Copy full SHA for d3412d8
Util.js
@@ -1,5 +1,3 @@
1
-import {PropTypes as ReactPropTypes} from 'react';
2
-import * as PTPropTypes from 'prop-types';
3
import {
4
View,
5
BackHandler,
@@ -9,5 +7,3 @@ import {
9
7
10
8
export const ViewPropTypes = RNViewPropTypes || View.propTypes;
11
export const BackAndroid = BackHandler || DeprecatedBackAndroid;
12
-export const PropTypes=PTPropTypes || PropTypes;
13
-
0 commit comments