Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Apr 27, 2024
1 parent deca0f9 commit 68fafa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ Add the following to your `ios/Podfile`
$RNMapboxMapsVersion = '= 11.0.0'
```

Since Mapbox Maps 11 requires ios 12.4 or later, you might need to update deployment target line in your `ios/Podfile`:

```ruby
platform :ios, '12.4' # change to minimum 12.4
```

</TabItem>
<TabItem value="android">

Expand Down Expand Up @@ -318,4 +324,4 @@ If you want to show the location puck on the map with the [LocationPuck](compone
}
```
</TabItem>
</Tabs>
</Tabs>

0 comments on commit 68fafa4

Please sign in to comment.