mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Update remaining PropTypes references
Reviewed By: bvaughn Differential Revision: D5231309 fbshipit-source-id: d54ee4f73dae63124f4462c138383447829a2551
This commit is contained in:
committed by
Facebook Github Bot
parent
40b5486eea
commit
50b11aa09b
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
const {PropTypes} = require('React');
|
||||
const PropTypes = require('prop-types');
|
||||
|
||||
const ImageURISourcePropType = PropTypes.shape({
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user