mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 02:26:18 +08:00
Deprecate View prop-type definitions
Summary: This diff moves the prop-type definitions for View out into it's own file. We will be able to do this with a bunch of the prop-type definitions and then move them out into a deprecated npm package. Reviewed By: yungsters Differential Revision: D9444394 fbshipit-source-id: 4fd0a78533211b598ba2da4eb5015ffcc20bb675
This commit is contained in:
committed by
Facebook Github Bot
parent
3aea678c38
commit
b620ccab49
@@ -10,9 +10,9 @@
|
||||
'use strict';
|
||||
|
||||
const ColorPropType = require('ColorPropType');
|
||||
const DeprecatedViewPropTypes = require('DeprecatedViewPropTypes');
|
||||
const React = require('React');
|
||||
const StyleSheet = require('StyleSheet');
|
||||
const ViewPropTypes = require('ViewPropTypes');
|
||||
|
||||
const requireNativeComponent = require('requireNativeComponent');
|
||||
|
||||
@@ -83,7 +83,7 @@ type Props = {
|
||||
* specified TextInput(s).
|
||||
*/
|
||||
nativeID?: string,
|
||||
style?: ViewPropTypes.style,
|
||||
style?: DeprecatedViewPropTypes.style,
|
||||
backgroundColor?: ColorPropType,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user