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

Allow to customize used framework version #940

Merged
merged 2 commits into from
Jun 29, 2020

Conversation

mfazekas
Copy link
Contributor

@mfazekas mfazekas commented Jun 29, 2020

New version - since 8.1rc5:

Inios/Podfile:

$ReactNativeMapboxGLIOSVersion = '~> 6.1'
*Deprecated version:* REACT_NATIVE_MAPBOX_MAPBOX_IOS_VERSION="~> 5.7" pod install
REACT_NATIVE_MAPBOX_MAPBOX_IOS_VERSION="~> 5.6.0" pod install --repo-update

or add

ENV['REACT_NATIVE_MAPBOX_MAPBOX_IOS_VERSION'] = '~> 5.6.0'

to your podfile before

use_native_modules!

Note using 6.0 or later requires mapbox tokens in ~/.netrc file:
pls see https://docs.mapbox.com/ios/maps/overview/#configure-credentials on how to configure .netrc file

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.

1 participant