itsnubix / react-native-video-controls

A React Native video component with controls
MIT License
639 stars 527 forks source link

Fix fullScreen icon displaying incorrectly. #264

Open alatzl opened 1 year ago

alatzl commented 1 year ago

Fixes variable name so that fullscreen icon properly updates with isFullscreen value. Without this, fullscreen enter/exit does work but requires 2 clicks; 1 to update the state and the second to update the icon.