Replies: 2 comments 2 replies
-
You need to build your dev client using EAS Build. |
Beta Was this translation helpful? Give feedback.
-
@tsuz, an Expo custom dev client is basically a custom version of Expo Go with your dependencies installed. As @BelyaninD says, Expo Go includes all the native code needed by the Expo SDK. If you want to use any other dependencies that need native code that is not included in the Expo SDK, then you'll need to build a dev client and use that instead of Expo Go.
|
Beta Was this translation helpful? Give feedback.
-
Why
I am trying to install this library so that it's compatible with Expo Go (to support
expo build
) but in the installation method, it saysCan someone point to which custom native code is required? I thought it was only
pre_install/post_install
(doc, file) but this doesn't seem to be required according to Mapbox docs. I believe I'm missing something else here.FWIW, I've taken a look at a related PR here but no luck.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions