Issues forking and using locally #3291
Replies: 1 comment
-
I believe that I've resolved this issue for myself. What I believe what went wrong was this:
Summary of my suggested procedure for everyone running into issues forking this library:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all!
I'm having an issue forking
rnmapbox
and consuming it in a project locally. I don't know if the issue is environment-specific or not, but I'll include that information just in case.Env. Info
The Issue
When I import my forked
rnmapbox/maps
repo in my package.json like so"@rnmapbox/maps": "../maps"
, Android crashes when rendering a Mapbox Map. This issue does not occur when I consume the exact same code imported as"@rnmapbox/maps": "10.1.3"
.The Specific Bug
Other Related Information
lib
directory exists in the@rnmapbox/maps
node_module folder in my project after I import itI don't believe that the error I'm running into indicates a bug with Mapbox, but as the rnmapbox developers presumably develop the extension locally, I figure this might be a good location to start a discussion on the topic.
Thank you in advance for taking the time to read through this. Hopefully this can help more people than just myself.
Beta Was this translation helpful? Give feedback.
All reactions