-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FlowCleanup] Rename and move ViewStylePropTypes #21415
Conversation
… DeprecatedPropTypes folder
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSNara has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
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
Summary: Related to facebook#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#21415 Reviewed By: TheSavior Differential Revision: D10119599 Pulled By: RSNara fbshipit-source-id: 67674039a88dcd570973c7062f86ebdbd6987d28
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
Related to #21342
react-native/Libraries/DeprecatedPropTypes
Test Plan:
Ran the following scripts with no errors:
npm run prettier
npm run flow-check-ios
npm run flow-check-android
Release Notes:
[GENERAL] [ENHANCEMENT] [Libraries/Components/View/ViewStyleProps.js] - remove
[GENERAL] [ENHANCEMENT] [Libraries/DeprecatedPropTypes/DeprecatedViewStylePropTypes.js] - created
[GENERAL] [ENHANCEMENT] [Libraries/Animated/src/createAnimatedComponent.js] - renamed ViewStyleProps to DeprecatedViewStyleProps
[GENERAL] [ENHANCEMENT] [Libraries/Components/Slider/Slider.js] - renamed ViewStyleProps to DeprecatedViewStyleProps
[GENERAL] [ENHANCEMENT] [Libraries/Components/View/ReactNativeStyleAttributes.js] - renamed ViewStyleProps to DeprecatedViewStyleProps
[GENERAL] [ENHANCEMENT] [Libraries/DeprecatedPropTypes/DeprecatedViewPropTypes.js] - renamed ViewStyleProps to DeprecatedViewStyleProps
[GENERAL] [ENHANCEMENT] [Libraries/StyleSheet/StyleSheetValidation.js] - renamed ViewStyleProps to DeprecatedViewStyleProps
[GENERAL] [ENHANCEMENT] [Libraries/Text/TextStylePropTypes.js] - renamed ViewStyleProps to DeprecatedViewStyleProps