From 402b1ce0596e5be47194f650732fb3af03cdac83 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 11 Nov 2024 13:27:31 +0100 Subject: [PATCH] chore: update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 565c8f8b..9dcdf610 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,7 @@ const VideoPlayer = () => { }; ``` ## Known issues -- [ ] Android: After passing player to second VideoView, the first VideoView will permanently lose player - [#1](https://github.com/TheWidlarzGroup/react-native-video-v7/issues/1) -- [ ] Android: VideoView does not show video on New Architecture - [#2](https://github.com/TheWidlarzGroup/react-native-video-v7/issues/2) +- Android: VideoView does not show video on New Architecture - [#2](https://github.com/TheWidlarzGroup/react-native-video-v7/issues/2) ## Contributing