79692968

Date: 2025-07-07 14:03:25
Score: 1
Natty:
Report link

You can try to use, "memo" and "useMemo." You should wrap the Marker content with memo. And also if you have an image on marker, I recommend you to use this :

nLoad={Platform.OS === 'android' ? () => {
                        if (markerRef.current?.[e.id.toString()]?.redraw) {
                            markerRef.current[e.id.toString()].redraw();
                        }
                    } : undefined}
                />

These steps helped me a lot.

Reasons:
  • Blacklisted phrase (1): helped me a lot
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Berre