Merge pull request #336 from timrc/gh331-prop-types-deprecated

Replaced React and RN PropTypes with prop-types package
This commit is contained in:
Horcrux
2017-06-08 10:06:00 +08:00
committed by GitHub
18 changed files with 35 additions and 19 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import {
ViewPropTypes,
requireNativeComponent,