mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
update readme
This commit is contained in:
parent
a8fb2a848e
commit
ea5b1572b8
2 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
---
|
||||
|
||||
## ⚠️ Alpha Testing
|
||||
This app is currently in alpha testing. Please report any bugs or issues you encounter.
|
||||
## ⚠️ Beta Testing
|
||||
This app is currently in Beta testing. Please report any bugs or issues you encounter.
|
||||
|
||||
[Download Latest Release](https://github.com/tapframe/NuvioStreaming/tags)
|
||||
|
||||
|
|
|
|||
|
|
@ -2359,6 +2359,7 @@ const VideoPlayer: React.FC = () => {
|
|||
visible={showErrorModal}
|
||||
transparent
|
||||
animationType="fade"
|
||||
supportedOrientations={["landscape", "landscape-left", "landscape-right", "portrait"]}
|
||||
onRequestClose={handleErrorExit}
|
||||
>
|
||||
<View style={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue