-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
feat: Adding support for objectFit a partial equivalent to the resizeMode style and prop of <Image>. #34576
Conversation
Task Umbrella |
Base commit: 12e5842 |
Base commit: 12e5842 |
Resolved, please re review @necolas |
No, this is the first PR and the one we focused on. Close the other one |
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @gedeagas in b2452ab. When will my fix make it into a release? | Upcoming Releases |
…Mode style and prop of <Image>. (facebook#34576) Summary: This PR aims to add support for objectFit a partial equivalent to the resizeMode style and prop of Image. ## Changelog [General] [Added] - Add support for objectFit style of Image. Pull Request resolved: facebook#34576 Test Plan: 1. Open the RNTester app and navigate to the Image page 2. See the Object Fit section. ![Screenshot_1662112702](https://user-images.githubusercontent.com/8868908/188115315-5d5aa971-93ba-4437-a54b-c5ea69b00c08.png) Reviewed By: rickhanlonii Differential Revision: D39261176 Pulled By: jacdebug fbshipit-source-id: 1eefd76b6c11ed5fc52b2c524ad78c91051077f6
Summary
This PR aims to add support for objectFit a partial equivalent to the resizeMode style and prop of Image.
Changelog
[General] [Added] - Add support for objectFit style of Image.
Test Plan