Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore - Removes the preinstall hook to download Mapbox SDK #1

Conversation

mike-guerrette
Copy link
Collaborator

Overview

Previously, as a preinstall script the Mapbox sdk was being downloaded from an S3 bucket every npm install. Not only does this get cumbersome when reinstalling modules often, but a core native dependency (Mapbox) was located separately from our other dependencies.

The goal here is remove this preinstall script so that we can instead install the Mapbox sdk via the Podfile along with our other native deps.

Currently there is a PR (nitaliano#1533) in the main repo which adds this change, but it is waiting for the next major release of this library. In the meantime, we will support this on our own fork.

Copy link

@christophermark christophermark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants