From 917b5f9470e806de3ca6287d3d9dbcd395045182 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 28 Oct 2024 14:36:40 +0100 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21d77871..565c8f8b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ const VideoPlayer = () => { }; ``` ## Known issues -- [ ] Android: After passing player to second VideoView, the first VideoView will permanently lose player - We need to think how to handle this case - what should happen when player is passed to another VideoView - should we detach it from the previous one and return to it after detaching from the new one? -- [ ] Android: VideoView does not show video on New Architecture - For some reason native event `onNitroIdChange` is fired but not received in JS Component +- [ ] 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) ## Contributing