Skip to content

Commit d1653a8

Browse files
committed
use ViewPropTypes from Util file
1 parent 04811cf commit d1653a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnyHeader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import {
44
View,
55
Text,
66
requireNativeComponent,
7-
ViewPropTypes,
87
findNodeHandle,
98
UIManager,
109
} from 'react-native';
1110
import PropTypes from 'prop-types';
11+
import {ViewPropTypes} from './Util'
1212

1313
const RCTAnyHeader = requireNativeComponent('RCTAnyHeader', RCTAnyHeader);
1414

0 commit comments

Comments
 (0)