mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +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
@@ -14,11 +14,12 @@
|
||||
const Keyboard = require('Keyboard');
|
||||
const LayoutAnimation = require('LayoutAnimation');
|
||||
const Platform = require('Platform');
|
||||
const PropTypes = require('react/lib/ReactPropTypes');
|
||||
const React = require('React');
|
||||
const TimerMixin = require('react-timer-mixin');
|
||||
const View = require('View');
|
||||
|
||||
const PropTypes = React.PropTypes;
|
||||
|
||||
import type EmitterSubscription from 'EmitterSubscription';
|
||||
|
||||
type Rect = {
|
||||
|
||||
Reference in New Issue
Block a user