Replies: 1 comment 2 replies
-
Yes you can add @rnmapbox/maps as a dependency to your library. But download tokens needs to be configured. The error you're referring to - is happening when The full error message should be like this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I developed a React Native map library based on @rnmapbox/maps, but I encountered errors saying "@rnmapbx/maps is not available, please ensure it is linked..." when I run the demo project that imported my React Native library.
I don't want to install @rnmapbox/maps independently in my demo project. Can I only configure it in the dependencies of my React Native library?
Beta Was this translation helpful? Give feedback.
All reactions