From 5d532f5982c38fbe76f18b770d775c29afda98b0 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 21 Oct 2024 15:20:23 +0200 Subject: [PATCH] chore: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd216d42..e844687c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Documentation documentation is available at [thewidlarzgroup.github.io/react-native-video/](https://thewidlarzgroup.github.io/react-native-video/) +## Examples +We have examples that will show you basic usage of react-native-video [here](https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples).
+Examples shows [basic](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/BasicExample.tsx) usage and [DRM example](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/bare/src/DRMExample.tsx). + ## Usage ```javascript