Results 1 issues of Alexey

Please explain how to properly import Fullscreen to project, for this example ``` renderFullscreenButton: (onClick, isFullscreen) => ( ), ``` I tried `import ImageGallery, { Fullscreen } from 'react-image-gallery';` and...

question