Skip to content

Commit

Permalink
Update main README.md to include the new example
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 6, 2024
1 parent 3d5e5e5 commit a269ec5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ VideoPlayer for the React Native `<Video/>` component at [react-native-video][15

## ⭐️ Features

This monorepo contains the `react-native-media-console` modules:
This monorepo contains the `react-native-media-console` modules (`./packages/*`) and examples (`./examples/*`):

| Package | Description |
| ------------- | ------------- |
| [`react-native-media-console`][22] | Main package. Here you will also find complete documentation. |
| [`@react-native-media-console/reanimated`][23] | Use reanimated animations for the videoplayer |
| `@react-native-media-console/icons` | 🚧 Work In Progress|

<br>

| Example app | Description |
| ------------- | ------------- |
| [`Expo Video TV app`][24] | Multi platform app to demonstrate how `react-native-media-console` works <br> and also used for testing and contributing. |

<br>

Expand Down Expand Up @@ -57,3 +62,4 @@ This monorepo contains the `react-native-media-console` modules:
[21]: https://englishdiscoveries.page.link/fJc4
[22]: https://github.com/LunatiqueCoder/react-native-media-console/tree/master/packages/media-console
[23]: https://github.com/LunatiqueCoder/react-native-media-console/tree/master/packages/reanimated
[24]: https://github.com/LunatiqueCoder/react-native-media-console/tree/master/examples/MyTVProject

0 comments on commit a269ec5

Please sign in to comment.