Francisco Nolla

Results 18 comments of Francisco Nolla

@pierpo unfortunately adding SpatialNavigationNode did not solve it. ```tsx const Header = useCallback( () => ( Categorias {categoryMapping[catFilter] ?? "Todas"} ), [catFilter], ); return ( {moviesLoading ? ( ) :...

Unfortunately I do have more than 100 elements. In regard to it losing focus, ideally if I didn't have to put the virtualized list in the header (which we did...

@pierpo while I know the header is a grid element, what if we didn't use header component? When I tried to do so we had a different issue with scrolling...

@pierpo it’s throwing an error in the console. No bug in particular. Haven’t measured to see if there is a performance issue of any kind.

@pierpo hey been under the weather this week but will give it a try this weekend and let you know!

We ended up going native fully route due to some player performance we were seeing. I can close issue