mirror of
https://github.com/status-im/react-native.git
synced 2025-02-21 21:58:18 +00:00
Renames of ImageSource, ImageStyle, and TextProps propTypes
Reviewed By: TheSavior Differential Revision: D10101195 fbshipit-source-id: 5c8cde81f92cac87b6cfe3fc1a36c78e4862c5ff
This commit is contained in:
parent
84f18341aa
commit
e7ddc59019
@ -12,11 +12,11 @@
|
||||
|
||||
const DeprecatedColorPropType = require('DeprecatedColorPropType');
|
||||
const DeprecatedEdgeInsetsPropType = require('DeprecatedEdgeInsetsPropType');
|
||||
const DeprecatedStyleSheetPropType = require('DeprecatedStyleSheetPropType');
|
||||
const PropTypes = require('prop-types');
|
||||
const StyleSheetPropType = require('DeprecatedStyleSheetPropType');
|
||||
const TextStylePropTypes = require('TextStylePropTypes');
|
||||
|
||||
const stylePropType = StyleSheetPropType(TextStylePropTypes);
|
||||
const stylePropType = DeprecatedStyleSheetPropType(TextStylePropTypes);
|
||||
|
||||
module.exports = {
|
||||
ellipsizeMode: PropTypes.oneOf(['head', 'middle', 'tail', 'clip']),
|
||||
|
Loading…
x
Reference in New Issue
Block a user