JiriHoffmann / react-native-clusterer

React Native clustering library using C++ Supercluster implementation
MIT License
159 stars 20 forks source link

Problem installing #36

Closed MauriFont closed 9 months ago

MauriFont commented 1 year ago

Hey.

I am new to react native, expo, pod, etc. and I am having some issues while trying to use this library.

Without using the "pod install" I get the following error:

Error: The package 'react-native-clusterer' doesn't seem to be linked. Make sure:

Now, according to the instructions I should execute the command "cd ios && pod install" but where am I supposed to get the podfile from? I tried with the one in the example but same error is thrown.

Is this library compatible with expo?

Thank you.

mtjkln commented 1 year ago

the pod file is already present in ios

JiriHoffmann commented 9 months ago

Yes, this package works with Expo, but you will need to make a development build, it does not work with Expo Go.