Skip to content

Commit 81ba31d

Browse files
committed
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: facebook/react-native#21415 Reviewed By: TheSavior Differential Revision: D10119599 Pulled By: RSNara fbshipit-source-id: 67674039a88dcd570973c7062f86ebdbd6987d28
1 parent 8b787c1 commit 81ba31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type Props = $ReadOnly<{|
6666

6767
/**
6868
* Used to style and layout the `Slider`. See `StyleSheet.js` and
69-
* `ViewStylePropTypes.js` for more info.
69+
* `DeprecatedViewStylePropTypes.js` for more info.
7070
*/
7171
style?: ?ViewStyleProp,
7272

0 commit comments

Comments
 (0)