Skip to content

Commit

Permalink
docs: update demo video (#207)
Browse files Browse the repository at this point in the history
* docs: update demo video

* docs: remove `@beta` from download snippet
  • Loading branch information
moskalakamil authored Dec 12, 2024
1 parent dd1141c commit 5600a27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@ As we approach the end of 2024, we've started working on the roadmap for this pr

🎥 `<VideoPlayer />` component for React Native with a few controls. This player uses [react-native-video](https://github.com/TheWidlarzGroup/react-native-video) under the hood

https://github.com/user-attachments/assets/1bbec058-4f4c-4ab0-9f14-1454c901b474
<div align="center">
<video src="https://github.com/user-attachments/assets/e7e45760-54d0-403e-94bf-2a02ee49a9ee">
Demo video
</video>
</div>

## Documentation
documentation is available at [docs.thewidlarzgroup.com/react-native-video-player/](https://docs.thewidlarzgroup.com/react-native-video-player/)

## Installation

```
yarn add react-native-video-player@beta react-native-video
yarn add react-native-video-player react-native-video
```

or
```
npm install --save react-native-video-player@beta react-native-video
npm install --save react-native-video-player react-native-video
```

Then, install pods
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Select your package manager below to see the appropriate installation command:
<Tabs groupId="package-managers">
<TabItem value="npm" label="NPM">
```bash
npm install react-native-video-player@beta react-native-video
npm install react-native-video-player react-native-video
```
</TabItem>
<TabItem value="yarn" label="YARN" default>
```bash
yarn add react-native-video-player@beta react-native-video
yarn add react-native-video-player react-native-video
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit 5600a27

Please sign in to comment.