Completed
Summary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Discord Clone with React Native
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Prerequisite
- 3 Setting up the project
- 4 Create Steam account & install stream chat SDK
- 5 Initialize a Stream client
- 6 Connect a user
- 7 Create a channel
- 8 Configuring UI components - overlay provider
- 9 Configuring UI components - chat
- 10 Configuring UI components - chat list
- 11 Configuring UI components - channel
- 12 Configuring UI components - message list
- 13 Configuring UI components - Message input
- 14 Summary
- 15 Basic authentication
- 16 Create auth context
- 17 Display channel list with drawer navigator
- 18 Create a channel screen
- 19 Render the messages for a channel
- 20 Theming
- 21 Fixing users channel list
- 22 Allow user join a channel
- 23 App test
- 24 Q&A