Skip to content

Commit

Permalink
Renames of ImageSource, ImageStyle, and TextProps propTypes
Browse files Browse the repository at this point in the history
Reviewed By: TheSavior

Differential Revision: D10101195

fbshipit-source-id: 5c8cde81f92cac87b6cfe3fc1a36c78e4862c5ff
  • Loading branch information
RSNara authored and facebook-github-bot committed Sep 29, 2018
1 parent 84f1834 commit e7ddc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/DeprecatedPropTypes/DeprecatedTextPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']),
Expand Down

0 comments on commit e7ddc59

Please sign in to comment.