flexn-io / renative

🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
https://renative.org
MIT License
1.78k stars 182 forks source link

Can we use useMemo #1554

Open saimirg opened 1 month ago

saimirg commented 1 month ago

Hi, is it possible to use useMemo with scroll view ?

We are experiencing flashlist not being shown at all on certain Tizen TVs, and the only option is Scrollview. But performance with scrollview is very bad, and we tried to use useMemo to improve. However focus is not working at all when combining useMemo with scrollview.

pauliusguzas commented 1 month ago

@saimirg hello, are you using plain renative or flexn/create too? what versions of both?

saimirg commented 1 month ago

@pauliusguzas find details below:

Project Version ($package.version): 0.18 │ │ Workspace ($.workspaceID): flexn │ │ Platform (-p): tizen │ │ Engine ($.platforms.tizen.engine): engine-rn-web │ │ Template: @flexn/create-template-starter@1.2.1 │ │ App Config (-c): app │ │ Build Scheme (-s): debug │ │ Target (-t): T-samsung-5.5-x86 │ │ Supported Platforms: tizen │ │ Env Info: darwin | x64 | node v20.11.1 │ │ Executed Time: 0h:0m:0s:564ms

saimirg commented 1 week ago

@pauliusguzas any update on how to use useMemo or how to show flashlist on Samsung 4 devices ?