mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-03 11:16:02 +00:00
chore: update README.md
This commit is contained in:
@@ -59,8 +59,8 @@ const VideoPlayer = () => {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
## Known issues
|
## 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: 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 - For some reason native event `onNitroIdChange` is fired but not received in JS Component
|
- [ ] Android: VideoView does not show video on New Architecture - [#2](https://github.com/TheWidlarzGroup/react-native-video-v7/issues/2)
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user