You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make PlatformColor extend NativeColorValue type (facebook#54436)
Summary:
Pull Request resolved: facebook#54436
## Changelog:
[Internal] [Changed] - Make PlatformColor extend NativeColorValue type
Currently PlatformColor extends ColorValue type which is union of null, number, string, NativeColorValue etc. But it's essentially a NativeColorValue (aka OpaqueColorValue) type on every platform. Here we're typing it more specifically.
Reviewed By: javache
Differential Revision: D86351282
fbshipit-source-id: 291fee34c97c7ac6ec496f6fcd8e794ee6088f58
0 commit comments