We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deca0f9 commit 68fafa4Copy full SHA for 68fafa4
docs/install.md
@@ -214,6 +214,12 @@ Add the following to your `ios/Podfile`
214
$RNMapboxMapsVersion = '= 11.0.0'
215
```
216
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
223
</TabItem>
224
<TabItem value="android">
225
@@ -318,4 +324,4 @@ If you want to show the location puck on the map with the [LocationPuck](compone
318
324
}
319
325
320
326
321
-</Tabs>
327
+</Tabs>
0 commit comments