mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update remaining PropTypes references
Reviewed By: bvaughn Differential Revision: D5231309 fbshipit-source-id: d54ee4f73dae63124f4462c138383447829a2551
This commit is contained in:
committed by
Mike Grabowski
parent
1ad887eea6
commit
415fe90ff3
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user