Completed
Intro and Project Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Google Photos Clone in React Native
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro and Project Overview
- 2 ImageKit: Media Optimisation
- 3 Initialising the project
- 4 Loading and displaying photos from Media Library
- 5 Implementing pagination for local media
- 6 Using React Context to add global state for media files
- 7 Creating the asset details page
- 8 Supabase setup and Authentication
- 9 Implementing File Upload to Supabase
- 10 Integrating ImageKit in our App
- 11 Storing the assets metadata and Synchronization
- 12 Checking local and remote images
- 13 Implementing Video Support