Cannot destructure property 'RNMapboxMapsImpl' of 'undefined' as it is undefined. #3610
Answered
by
uzun0ff
Charliesandewo
asked this question in
Q&A
-
Greetings everyone, i'm trying to start a project using rnmapbox/maps but while building the app i got the error in the title. i just started the project using expo and the this is among the first package that i installed and i got this error. |
Beta Was this translation helpful? Give feedback.
Answered by
uzun0ff
Jan 14, 2025
Replies: 1 comment 3 replies
-
Have you managed to fix this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dug a bit more and found out that eventually in order to use Mapbox, you have to create a new development build through EAS and not use Expo Go.
Can't really make a stable build yet but I'm trying, hope this helps 😅
EDIT:
@Charliesandewo I've managed to fix this.
First you have to add the config plugin to your
app.{json,config.js,config.ts}
then need to either create a
development build
through EAS or locally withexpo run:ios
/expo run:android
this will create a custom build of your app…