Skip to content

Commit

Permalink
Upgrade mapbox version 11.4.0 -> 11.8.0 (#3696)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG authored Nov 27, 2024
1 parent 63d74fc commit fa80ae5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ENV['CI_MAP_IMPL']
$RNMapboxMapsImpl = 'mapbox'
when 'mapbox11'
$RNMapboxMapsImpl = 'mapbox'
$RNMapboxMapsVersion = '= 11.4.0'
$RNMapboxMapsVersion = '= 11.8.0'
else
fail "Invalid CI_MAP_IMPL value: #{ENV['CI_MAP_IMPL']}"
end
Expand Down
2 changes: 1 addition & 1 deletion ios/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We have support for mapbox 11.
Add the following to your Podfile:

```ruby
$RNMapboxMapsVersion = '= 11.4.0'
$RNMapboxMapsVersion = '= 11.8.0'
```

If using expo managed workflow, set the "RNMapboxMapsVersion" variable. See the [expo guide](/plugin/install.md)
Expand Down
4 changes: 2 additions & 2 deletions plugin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ After installing this package, add the [config plugin](https://docs.expo.io/guid
[
"@rnmapbox/maps",
{
"RNMapboxMapsVersion": "11.4.0"
"RNMapboxMapsVersion": "11.8.0"
}
]
]
Expand Down Expand Up @@ -93,7 +93,7 @@ To use V11 just set the version to a 11 version, see [the ios guide](/ios/instal
[
"@rnmapbox/maps",
{
"RNMapboxMapsVersion": "11.4.0",
"RNMapboxMapsVersion": "11.8.0",
"RNMapboxMapsDownloadToken": "sk.ey...qg",
}
]
Expand Down
2 changes: 1 addition & 1 deletion rnmapbox-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
end

if $RNMapboxMapsUseV11 != nil
warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.4.0"
warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.8.0"
end

if $MapboxImplVersion =~ /(~>|>=|=|>)?\S*11\./
Expand Down

0 comments on commit fa80ae5

Please sign in to comment.