Update remaining PropTypes references

Reviewed By: bvaughn

Differential Revision: D5231309

fbshipit-source-id: d54ee4f73dae63124f4462c138383447829a2551
This commit is contained in:
Andrew Imm
2017-06-12 15:59:06 -07:00
committed by Facebook Github Bot
parent 40b5486eea
commit 50b11aa09b
13 changed files with 18 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
*/
'use strict';
const {PropTypes} = require('React');
const PropTypes = require('prop-types');
const ImageURISourcePropType = PropTypes.shape({
/**