Skip to content

Commit fa80ae5

Browse files
authored
Upgrade mapbox version 11.4.0 -> 11.8.0 (#3696)
1 parent 63d74fc commit fa80ae5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if ENV['CI_MAP_IMPL']
2020
$RNMapboxMapsImpl = 'mapbox'
2121
when 'mapbox11'
2222
$RNMapboxMapsImpl = 'mapbox'
23-
$RNMapboxMapsVersion = '= 11.4.0'
23+
$RNMapboxMapsVersion = '= 11.8.0'
2424
else
2525
fail "Invalid CI_MAP_IMPL value: #{ENV['CI_MAP_IMPL']}"
2626
end

ios/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We have support for mapbox 11.
6969
Add the following to your Podfile:
7070

7171
```ruby
72-
$RNMapboxMapsVersion = '= 11.4.0'
72+
$RNMapboxMapsVersion = '= 11.8.0'
7373
```
7474

7575
If using expo managed workflow, set the "RNMapboxMapsVersion" variable. See the [expo guide](/plugin/install.md)

plugin/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After installing this package, add the [config plugin](https://docs.expo.io/guid
2020
[
2121
"@rnmapbox/maps",
2222
{
23-
"RNMapboxMapsVersion": "11.4.0"
23+
"RNMapboxMapsVersion": "11.8.0"
2424
}
2525
]
2626
]
@@ -93,7 +93,7 @@ To use V11 just set the version to a 11 version, see [the ios guide](/ios/instal
9393
[
9494
"@rnmapbox/maps",
9595
{
96-
"RNMapboxMapsVersion": "11.4.0",
96+
"RNMapboxMapsVersion": "11.8.0",
9797
"RNMapboxMapsDownloadToken": "sk.ey...qg",
9898
}
9999
]

rnmapbox-maps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else
7575
end
7676

7777
if $RNMapboxMapsUseV11 != nil
78-
warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.4.0"
78+
warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.8.0"
7979
end
8080

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

0 commit comments

Comments
 (0)