Ophir Bucai
Ophir Bucai
## Why The icon list provides a way for users to navigate through supported icons. It currently supports only one column (implemented with a FlatList). On desktop, we can improve...
Hi, I noticed that the README mentions support for passing a timeout option to requestIdleCallback. I was curious to see how it implemented and noticed that the option is currently...
Narrow down return type of `StylePropertyMapReadOnly.get()` to match CSS Types OM specification. Properties now return their specific CSSStyleValue sub classes: - CSSUnitValue - CSSKeywordValue - CSSTransformValue - Default: CSSStyleValue This...
Currently, `StylePropertyMapReadOnly.get()` returns `undefined | CSSStyleValue` for all CSS properties. This doesn't reflect the CSS Typed OM specification where different properties return specific subclasses like `CSSUnitValue`, `CSSKeywordValue`, and `CSSTransformValue`. I...