react-native-drop-shadow
react-native-drop-shadow copied to clipboard
High performance issues in FlatList
I have a SectionList where is render DropShadow component with text and images. On Android 12 the performance very low comparing to View component, where infinite loading hundreds of items is smooth.
I didn't change anything else in my very complex code, just replaces it by View and i feel 100% performance boost.
Do you have any measurement or ideas why it was so slow?
Have you tried following example?
I already used a different solution, but if anyone would have performance issue, i hope it will help.
CellRenderrerComponent={DropShadow}
@radekzz Hey man, is the problem solved?
I ended up with stop using the component and use my own styles unfortunately