Completed
Expo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Native Tutorial for Beginners - Build a React Native App
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Prerequisites
- 3 What is React Native?
- 4 Expo
- 5 Setting up the development environment
- 6 Your First React Native App
- 7 Running on an iOS simulator
- 8 Running on an Android emulator
- 9 Running on a physical device
- 10 Logging
- 11 Debugging with Chrome
- 12 Debugging in VSCode
- 13 Publishing
- 14 Fundamental Concepts
- 15 View
- 16 Text
- 17 Image
- 18 Touchables
- 19 Button
- 20 Alert
- 21 StyleSheet
- 22 Platform-specific code
- 23 Layouts
- 24 Dimensions
- 25 Detecting orientation changes
- 26 Flexbox
- 27 flexDirection
- 28 justifyContent, alignItems and alignSelf
- 29 flexWrap and alignContent
- 30 flexBasis, flexGrow and flexShrink
- 31 Absolute and Relative Positioning
- 32 Exercises
- 33 Welcome Screen
- 34 View Image Screen
- 35 Refactoring