Skip to content

Instantly share code, notes, and snippets.

View wizage's full-sized avatar
🎄
Happy Holidays

Sam Patzer wizage

🎄
Happy Holidays
View GitHub Profile
@wizage
wizage / GridView-index.jsx
Created April 27, 2020 18:06
Signed URL Example for UnicornFlix
// Replace overlayMovie() with this one:
overlayMovie = () => {
const { displayingMovie, sources, choosenItem: { title, description }, token } = this.state;
return (
<Modal id="popup" style={{ maxWidth: 755 }} isOpen={displayingMovie} toggle={this.hideMovie}>
<ModalHeader toggle={this.hideMovie}>{title}</ModalHeader>
<ModalBody>
{description}
<VideoPlayer
controls