WebView performance into a ScrollView

I’m trying to render a list that contains SVG icons rendered via URI (base64) in WebViews. On iOS the list renders perfectly without affecting the scrolling performance. On Android the list renders perfectly, but the scrolling is very bad. My FPS is dropping to 5fps on Android while scrolling.

Does anyone have some suggestion to improve it? I don’t know why I’m catching these platforms differences during the scroll.

Note: I’m want to avoid using react-native-svg because of a legacy back-end API architecture that already provides the icons

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.