react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

I created a new library, much more optimized than this.

Open jackimatin opened this issue 2 years ago • 6 comments

I created a new library, much more optimized than this.

Originally posted by @kreshnikalidema in https://github.com/venits/react-native-map-clustering/issues/223#issuecomment-973108883

can you share it with us please?

jackimatin avatar Mar 22 '22 05:03 jackimatin

Check out the clustering library that I created: react-native-clusterer.

JiriHoffmann avatar Mar 28 '22 16:03 JiriHoffmann

thanks @JiriHoffmann

I will try it

jackimatin avatar Apr 05 '22 05:04 jackimatin

That's nice but this does not work with expo managed :'(

ScreamZ avatar Apr 07 '22 15:04 ScreamZ

Can't you just use expo run:ios to create native directories? You should be able to run pod install after. I do remember testing it on an expo managed project.

JiriHoffmann avatar Apr 08 '22 03:04 JiriHoffmann

@JiriHoffmann You're right in bare workflow this is going to work.

Also I want to attract your attention that it could be nice to add : https://docs.expo.dev/guides/config-plugins/ With the new preview feature of expo development build, this is going to rock in the future.

Expo is getting detached to the need to use Expo-go all time and simplify any lib installation

ScreamZ avatar Apr 08 '22 10:04 ScreamZ

For users coming across this issue, I just want to clarify that it does work with Expo's managed workflow without config plugins or anything. (@ScreamZ )

Just install react-native-clusterer with npm/yarn/pnpm, make a new development build/release build and use it. The iOS pods are automatically installed at build time.

danshilm avatar Jan 23 '23 21:01 danshilm