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
core: remove side effects from rendering cycles. This is marked as breaking change but this might have no impact. Since there's a deep change in the registering mechanism of the nodes, we mark it just in case as breaking to raise your attention.
Bug Fixes
core: remove side effects from rendering cycles (d2a0ef2)
prevent setting virtualized list size to zero (df9d1c1). Happens when a list is mounted while not on the screen (example: when using react navigation and rendering a new list on another screen).
core: add SpatialNavigationFocusableView (fa62c33). We now recommend using this instead of custom nodes. As the library evolves, we tend to recommend the node for advanced use cases only 😊
core: handle accessibility in focusable views (#79) (1d4bdcf)