All the code in this course will be made available on Expo Snack and Github. We'll let you know where to go for each video.
Expo Snacks
For Expo, you can simply save any Snack link and it will be added to your profile. So if you want to grab the latest code for any video, click on the Save button in the top right corner.
Github Code
The easy way to grab the code on github, is to download the specific repository. We've created a repository for each video with code to avoid any messy conflicts.
For any repository link, follow the below steps.
1. Goto Code Dropdown and select Download ZIP
2. Open the ZIP file and install the dependencies (type expo install). This will be fast each time since the packages are saved locally by yarn.