Skip to content

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

Merged
christophermark merged 1 commit intorobinpowered:masterfrom
mike-guerrette:chore/remove-preinstall-script
Apr 30, 2019
Merged

Chore - Removes the preinstall hook to download Mapbox SDK#1
christophermark merged 1 commit intorobinpowered:masterfrom
mike-guerrette:chore/remove-preinstall-script

Conversation

@mike-guerrette
Copy link
Copy Markdown
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
Copy Markdown

@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