Skip to content

Commit fbc9085

Browse files
committed
docs: update RC version in docs
1 parent 8fd6120 commit fbc9085

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/pages/1.getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ If you are looking for the latest stable version documentation, please check the
1212
Open a Terminal in your project's folder and run:
1313

1414
```sh
15-
yarn add react-native-paper@5.0.0-rc.6
15+
yarn add react-native-paper@5.0.0-rc.8
1616
```
1717
or
1818
```sh
19-
npm install react-native-paper@5.0.0-rc.6
19+
npm install react-native-paper@5.0.0-rc.8
2020
```
2121
If you're on a vanilla React Native project, you also need to install and link [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons).
2222

docs/pages/10.migration-guide-to-5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Below you can find the most important information about the components whose API
1717
Currently v5 is a release candidate, which means it won't be installed by default from the `npm`. In order to do that, there is a need to explicitly pass package version during installation:
1818

1919
```sh
20-
yarn add react-native-paper@5.0.0-rc.6
20+
yarn add react-native-paper@5.0.0-rc.8
2121
```
2222
or
2323
```sh
24-
npm install react-native-paper@5.0.0-rc.6
24+
npm install react-native-paper@5.0.0-rc.8
2525
```
2626
## Theming
2727

0 commit comments

Comments
 (0)