mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-21 17:10:30 +08:00
Move ImageSourcePropType.js, ImageStylePropTypes.js, TextPropTypes.js (#21387)
Summary: related #21342 TODO * move ImageSourcePropType.js, ImageStylePropTypes.js, TextPropTypes.js * fix flow error CheckList - [x] `yarn prettier` - [x] `yarn flow-check-android` - [x] `yarn flow-check-ios` All flow checks pass. [GENERAL] [ENHANCEMENT] [DeprecatedImageSourcePropType.js] - Created. [GENERAL] [ENHANCEMENT] [DeprecatedImageStylePropTypes.js] - Created. [GENERAL] [ENHANCEMENT] [DeprecatedTextPropTypes.js] - Created. Pull Request resolved: https://github.com/facebook/react-native/pull/21387 Reviewed By: TheSavior Differential Revision: D10099753 Pulled By: RSNara fbshipit-source-id: c907af6d1549ee42de1a2e17f278998e8422110f
This commit is contained in:
committed by
Facebook Github Bot
parent
e28d8f6eeb
commit
84f18341aa
@@ -10,15 +10,15 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
const DeprecatedImageStylePropTypes = require('DeprecatedImageStylePropTypes');
|
||||
const DeprecatedStyleSheetPropType = require('DeprecatedStyleSheetPropType');
|
||||
const DeprecatedViewPropTypes = require('DeprecatedViewPropTypes');
|
||||
const ImageStylePropTypes = require('ImageStylePropTypes');
|
||||
const ImageViewNativeComponent = require('ImageViewNativeComponent');
|
||||
const NativeModules = require('NativeModules');
|
||||
const PropTypes = require('prop-types');
|
||||
const React = require('React');
|
||||
const ReactNative = require('ReactNative');
|
||||
const StyleSheet = require('StyleSheet');
|
||||
const DeprecatedStyleSheetPropType = require('DeprecatedStyleSheetPropType');
|
||||
const ImageViewNativeComponent = require('ImageViewNativeComponent');
|
||||
const TextAncestor = require('TextAncestor');
|
||||
|
||||
const flattenStyle = require('flattenStyle');
|
||||
@@ -38,7 +38,7 @@ function generateRequestId() {
|
||||
|
||||
const ImageProps = {
|
||||
...DeprecatedViewPropTypes,
|
||||
style: DeprecatedStyleSheetPropType(ImageStylePropTypes),
|
||||
style: DeprecatedStyleSheetPropType(DeprecatedImageStylePropTypes),
|
||||
/**
|
||||
* See https://facebook.github.io/react-native/docs/image.html#source
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user