mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:03:26 +00:00
chore: missing dep in array
This commit is contained in:
@@ -210,7 +210,13 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
||||
void NavigationBar.setVisibilityAsync("visible");
|
||||
}
|
||||
};
|
||||
}, [data, dismissFullscreenPlayer, presentFullscreenPlayer, router]);
|
||||
}, [
|
||||
data,
|
||||
dismissFullscreenPlayer,
|
||||
presentFullscreenPlayer,
|
||||
router,
|
||||
setStream,
|
||||
]);
|
||||
|
||||
const onVideoLoadStart = () => {
|
||||
setIsLoading(true);
|
||||
|
Reference in New Issue
Block a user