Skip to content

Commit

Permalink
10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Dec 13, 2023
1 parent 09d705c commit f37816f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Install
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

> Note that those instructions applies to the 10.1 version (currently rc phase in @next channel). Please visit the installation guide for the released 10.0.15 which can be found on the [github v10.0 branch of the project](https://github.com/rnmapbox/maps/tree/v10.0#prerequisite
> Note that those instructions applies to the 10.1 version. Please visit the installation guide for the older 10.0.15 which can be found on the [github v10.0 branch of the project](https://github.com/rnmapbox/maps/tree/v10.0#prerequisite
)
# Configure credentials

Expand All @@ -27,21 +27,21 @@ See [Configure Credential](https://docs.mapbox.com/ios/navigation/guides/get-sta
<TabItem value="npm">

```bash
npm install @rnmapbox/maps@next
npm install @rnmapbox/maps
```

</TabItem>
<TabItem value="yarn">

```bash
yarn add @rnmapbox/maps@next
yarn add @rnmapbox/maps
```

</TabItem>
<TabItem value="expo">

```bash
expo install @rnmapbox/maps@next
expo install @rnmapbox/maps
```

</TabItem>
Expand Down

0 comments on commit f37816f

Please sign in to comment.