svelte-native icon indicating copy to clipboard operation
svelte-native copied to clipboard

perf: Use ContentView for nesting ListView items

Open CatchABus opened this issue 2 years ago • 0 comments

Right now, ListView items are nested inside StackLayout. That is because of the strange behaviour of core which nests ProxyViewContainer inside StackLayout in the case of lists.

With this PR, we'll use ContentView which is a more lightweight solution. Regarding the extra padding issue, it seems to be NativeScript theme's fault.

CatchABus avatar Oct 29 '23 16:10 CatchABus