mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
fix: player height collapse and danmaku empty state
This commit is contained in:
@@ -314,7 +314,7 @@ export function NativeVideoPlayer({
|
||||
};
|
||||
|
||||
return (
|
||||
<View style={[styles.container, style]}>
|
||||
<View style={[styles.container, { width: SCREEN_W, height: VIDEO_H }, style]}>
|
||||
{resolvedUrl ? (
|
||||
<Video
|
||||
key={resolvedUrl}
|
||||
|
||||
Reference in New Issue
Block a user