Skip to content

Commit

Permalink
Rename and move ViewStylePropTypes (#21415)
Browse files Browse the repository at this point in the history
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: facebook/react-native#21415

Reviewed By: TheSavior

Differential Revision: D10119599

Pulled By: RSNara

fbshipit-source-id: 67674039a88dcd570973c7062f86ebdbd6987d28
  • Loading branch information
james-watkin committed Oct 1, 2018
1 parent 8b787c1 commit 81ba31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 81ba31d

Please sign in to comment.