React Native Map Clustering

Hi @wkozyra

I am using the following

Package - react-native-map-clustering - npm

for clustering the markers in mapview. But in this case I am importing mapview from the above mentioned package. It is working fine on expo client.

Will this package support on a expo production build.

Thanks.

1 Like

If it works in the Expo client it should work fine in a standalone app.

3 Likes

Hey @dhinesh.k.s,

As Michael stated, it should work. The library’s readme GitHub - venits/react-native-map-clustering: React Native map clustering both for Android and iOS. also explicitly states it works with Expo!

A good rule of thumb is that if the library doesn’t require any native code modifications, it will most likely work with an Expo project both within the Expo client and as a standalone Expo app.

Cheers,
Adam

2 Likes

Thanks for the response @wodin

Thanks @adamjnav

1 Like

Happy to help!