Update remaining PropTypes references

Reviewed By: bvaughn

Differential Revision: D5231309

fbshipit-source-id: d54ee4f73dae63124f4462c138383447829a2551
This commit is contained in:
Andrew Imm
2017-07-04 10:23:14 +02:00
committed by Mike Grabowski
parent 1ad887eea6
commit 415fe90ff3
13 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -11,8 +11,8 @@
*/
'use strict';
const ReactPropTypes = require('React').PropTypes;
const ColorPropType = require('ColorPropType');
const ReactPropTypes = require('prop-types');
const ViewStylePropTypes = require('ViewStylePropTypes');
const TextStylePropTypes = {