Joe Vilches
Joe Vilches
Differential Revision: D53206323
Summary: This is the JS plumbing to get it so that views can now use filters. The typing looks like `filter: [{brightness: 1.5}, {hueRotate: '90deg'}]` which is different than web...
Summary: tsia Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D56857709
Summary: Most filters are not going to work on iOS. It is a long story but essentially there is not a good way to continuously get a snapshot of the...
Summary: Title says it all. Right now this ignores drop-shadow as that will be implemented later. Some of this code will need to be adjusted as it is the one...
Summary: Self explanatory: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context#description and https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D55044674
Summary: tsia Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D56847475
Summary: This works similar to how `transform` is parsed in that it sets tags on the View to actually update the prop when all the prop setters are done being...
Summary: tsia really, added tests for blur, brightness, and chained brightness + blur. I don't really think I need to add them all, as e2e tests can be flaky and...
Summary: In all cases where we had to set a position we define what edge to set it on. All calls here set the flex edge, not the inline one....