Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Build a Fucking Weather App
Intro
Hello (0:45)
Let's Get Things Started
What is React Native? (0:57)
Homebrew - A program that installs other programs (1:46)
Node - Run javascript on our mac (0:41)
Watchman - Watches for when files change (0:25)
React Native Command Line - Execute React Native commands by typing (0:44)
Creating our First Project (2:08)
Sublime - Editing our code files (3:44)
Setting Up Our iOS Environment (0:45)
Testing Our iOS Environment (2:28)
Setting Up Our Android Environment (2:18)
Testing Our Android Environment (4:30)
Design - Making Shit Look Good
Starting from Scratch (3:09)
Creating our First Component (1:45)
What is JSX? (2:39)
Importing Code (4:12)
3 Minute Theory - const & let (3:10)
3 Minute Theory - Data Types (2:44)
Basic Styling (5:48)
Flexbox in a Nutshell (2:26)
Flexbox - Dividing Space (4:17)
Flexbox - Distributing Components (4:30)
Advanced Styling (3:54)
Installing Packages from Github - Vector Icons (5:08)
Live Reloading (1:40)
Logic - Hooking Things Up to Some Real Data
3 Minute Theory - Functions (2:42)
Geolocation - Where the fuck are we? (2:03)
Weather API (4:49)
Fetching data from the internet (4:45)
State - Change app appearance over time (2:55)
Adding State to Our App (4:28)
Changing Text with State (4:17)
Changing Color with State (2:30)
Create a loading screen (1:30)
Testing Our Android Environment
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock