Rename and move ViewStylePropTypes (#21415)

Summary:
Related to #21342
* Renamed ViewStyleProps to DeprecatedViewStyleProps.
* Moved propType declaration to `react-native/Libraries/DeprecatedPropTypes`
*  ImageProps.js: moved propType declarations to DeprecatedImageProps.js.
Pull Request resolved: https://github.com/facebook/react-native/pull/21415

Reviewed By: TheSavior

Differential Revision: D10119599

Pulled By: RSNara

fbshipit-source-id: 67674039a88dcd570973c7062f86ebdbd6987d28
This commit is contained in:
Thomas Carlson
2018-10-01 12:13:06 -07:00
committed by Facebook Github Bot
parent c70abb393f
commit d6f3d37802
7 changed files with 15 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ type Props = $ReadOnly<{|
/**
* Used to style and layout the `Slider`. See `StyleSheet.js` and
* `ViewStylePropTypes.js` for more info.
* `DeprecatedViewStylePropTypes.js` for more info.
*/
style?: ?ViewStyleProp,