ajakka / react-native-here-explore

HERE Maps in React Native
MIT License
81 stars 6 forks source link

How to use with Expo? #9

Open DrZoidberg09 opened 1 month ago

DrZoidberg09 commented 1 month ago

Hi there,

the library looks awesome. I have been waiting for it for so long!

However, I dont get it running with Expo.

Is there any hint to to do it?

Thank you so much!

ajakka commented 1 month ago

The library does not officially support expo, but I reckon if you do expo prebuild and follow the instructions in the INSTALLATION.md, it could work.

DrZoidberg09 commented 1 month ago

No, unfortunately it is not. If you run prebuild it does not find the HereMapsExample, only your own project. And if you run pod install (actually should not be needed), it says that it connot find heremaps.

Just as an idea: Would Expo Modules not an easier way to use the native modules from HERE? Both for pure RN and Expo?

ajakka commented 1 month ago

That's unfortunate, I will look into Expo framework and see If I can support it. also, you are welcome if you got experience with Expo and want to contribute.