snakesilk / react-fullscreen

Fullscreen helper component for React.
https://www.npmjs.com/package/react-full-screen
MIT License
280 stars 33 forks source link

toggle fullscreen #65

Closed raulbarriga closed 3 years ago

raulbarriga commented 3 years ago

Is there a way to toggle to enter/exit fullscreen on click?

I tried handle.enter ? handle.exit : handle.enter onClick for an image but it didn't work.

Maybe provide a method for this. Thank you.

pomle commented 3 years ago

Try handle.active ? handle.exit : handle.enter