Skip to content

Commit 68fafa4

Browse files
authored
Update install.md
1 parent deca0f9 commit 68fafa4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ Add the following to your `ios/Podfile`
214214
$RNMapboxMapsVersion = '= 11.0.0'
215215
```
216216

217+
Since Mapbox Maps 11 requires ios 12.4 or later, you might need to update deployment target line in your `ios/Podfile`:
218+
219+
```ruby
220+
platform :ios, '12.4' # change to minimum 12.4
221+
```
222+
217223
</TabItem>
218224
<TabItem value="android">
219225

@@ -318,4 +324,4 @@ If you want to show the location puck on the map with the [LocationPuck](compone
318324
}
319325
```
320326
</TabItem>
321-
</Tabs>
327+
</Tabs>

0 commit comments

Comments
 (0)