mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
RN: Stop Deep Linking ReactPropTypes
Reviewed By: sebmarkbage Differential Revision: D4025448 fbshipit-source-id: 4e9b6ee002a86f638fc57a4bbeb45bf35fabf74c
This commit is contained in:
committed by
Facebook Github Bot
parent
c4fc13b997
commit
7263c349c7
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var ReactPropTypes = require('react/lib/ReactPropTypes');
|
||||
var ReactPropTypes = require('React').PropTypes;
|
||||
var ColorPropType = require('ColorPropType');
|
||||
var ViewStylePropTypes = require('ViewStylePropTypes');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user