Completed
40:54 - Expanding Pokémon info
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Native for Dummies 2025 - Full Beginner Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Intro
- 2 01:41 - Who is this for?
- 3 02:06 - How are apps made?
- 4 04:20 - React Native beginnings
- 5 05:56 - How does RN work?
- 6 07:24 - React Native frameworks
- 7 08:48 - Why Expo?
- 8 10:08 - React Native beginnings
- 9 12:32 - Installing Node.js
- 10 14:17 - Creating a new Expo project
- 11 16:31 - Installing VSCode
- 12 17:54 - Running the app in Expo Go
- 13 19:25 - Simplifying the project
- 14 22:25 - Project overview
- 15 24:00 - Pokémon API overview
- 16 27:21 - Fetching Pokémon
- 17 31:27 - Using useState for Pokémon
- 18 32:24 - Displaying Pokémon in a list
- 19 34:23 - Creating a Pokémon TypeScript type
- 20 36:23 - Fetching Pokémon images
- 21 38:59 - Displaying Pokémon images
- 22 40:54 - Expanding Pokémon info
- 23 42:28 - Styling Pokémon card
- 24 43:56 - Getting Pokémon type from API
- 25 47:24 - Styling with StyleSheet from React Native
- 26 54:30 - Navigating to Pokémon details screen
- 27 58:15 - Customizing layout screens
- 28 59:55 - Passing route params to Pokémon details screen
- 29 1:00:52 - Getting route params
- 30 1:01:50 - Exercise for the viewer
- 31 1:03:19 - More Expo Router screens customization and presentations
- 32 1:05:07 - Screen customization using Stack
- 33 1:07:25 - Recap and next steps