I'm using a handheld barcode scanner in a mobile phone formfactor, and the carousel component is agonizingly slow. I've tried playing with lazyLoad prop, but it doesn't help. The views are small with a couple of labels and a simple gauge.
I assume the device doesn't have enough horsepower to use it? It has an Octa-core 1.8GHz, 3gb of ram running android 11. The carousel loads really slow, and sometimes freezes when trying to swap views.
I can use a flex container with wrapping to get a similar experience except much faster and smoother, but I like the carousel functionality better. Any ideas?