Ayush Mishra
Ayush Mishra
I have the same issue, custom marker and its callout are getting clipped in the new architecture
not a solution but i suggest disabling the new architecture, you can refer to [#5216](https://github.com/react-native-maps/react-native-maps/issues/5216) and [#5165](https://github.com/react-native-maps/react-native-maps/issues/5165)
the same issue occurs for a custom marker too, also copy of [#5165](https://github.com/react-native-maps/react-native-maps/issues/5165)
@JaRoMasterDev it is related to the new architecture of react native and might take some time to get fixed, downgrading my react native version fixed it for me
No problem, I've tried solutions mentioned in other issues like changing the google render to legacy and applying a patch from [#5103](https://github.com/react-native-maps/react-native-maps/pull/5103) but they didn't work, so I had to...