From 1a4e3b06371e6bef15b1446763d7397d768b1a0f Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Tue, 1 Jul 2025 08:33:32 +0200 Subject: [PATCH] chore: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87493256..42f1ba6c 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ The most battle-tested open-source video player component for React Native with |---------|-------|--------------| | **v5 and lower** | ❌ End-of-life [Commercial Support Available](https://www.thewidlarzgroup.com/blog/react-native-video-upgrade-challenges-custom-maintenance-support#how-we-can-help?utm_source=rnv&utm_medium=readme&utm_id=upgradev5) | Old Architecture | | **v6** | 🛠 Maintained (community + TWG) | Old + New (Interop Layer) | -| **v7** | 🚀 Active Development | Old + New (Full Support) | +| [**v7**](https://github.com/TheWidlarzGroup/react-native-video/tree/v7) | [🚀 Active Development](https://github.com/TheWidlarzGroup/react-native-video/tree/v7) | Old + New (Full Support) | -`react-native-video` v7 introduces full support for the new React Native architecture, unlocking better performance, improved consistency, and modern native modules. +[`react-native-video` v7](https://github.com/TheWidlarzGroup/react-native-video/tree/v7) introduces full support for the new React Native architecture, unlocking better performance, improved consistency, and modern native modules. ---