-
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
Support PlatformColor in borderColor on Android #33544
Conversation
Base commit: 16397e0 |
7ac2d4c
to
9d31e75
Compare
Base commit: 16397e0 |
@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hi @NickGerleman, thanks for importing the PR. Is there anything I can do about the Internal Linter warning? |
This pull request was successfully merged by @danilobuerger in 2d5db28. When will my fix make it into a release? | Upcoming Releases |
Summary: PlatformColor should work on all *color style attributes on all platform. Partially fixes #32942 ## Changelog [Android] [Fixed] - Support PlatformColor in borderColor Pull Request resolved: #33544 Test Plan: Open rn tester (USE_FABRIC=false) platform color api examples. Without the changes to ViewProps.java, it will error out. Reviewed By: lunaleaps Differential Revision: D39413519 Pulled By: NickGerleman fbshipit-source-id: 58962ba2956aa3df45144108eec194aedf23886b
Summary: PlatformColor should work on all *color style attributes on all platform. Partially fixes facebook#32942 ## Changelog [Android] [Fixed] - Support PlatformColor in borderColor Pull Request resolved: facebook#33544 Test Plan: Open rn tester (USE_FABRIC=false) platform color api examples. Without the changes to ViewProps.java, it will error out. Reviewed By: lunaleaps Differential Revision: D39413519 Pulled By: NickGerleman fbshipit-source-id: 58962ba2956aa3df45144108eec194aedf23886b
Summary
PlatformColor should work on all *color style attributes on all platform.
Partially fixes #32942
Changelog
[Android] [Fixed] - Support PlatformColor in borderColor
Test Plan
Open rn tester (USE_FABRIC=false) platform color api examples. Without the changes to ViewProps.java, it will error out.