-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e30bfa7
commit 3242e7e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# RN-Tutorial-Main | ||
|
||
React Native Tutorial | ||
This repo contains all the course files for the React Native Tutorial playlist on The Programming with Mash Channel | ||
https://www.youtube.com/playlist?list=PL8kfZyp--gEXs4YsSLtB3KqDtdOFHMjWZ | ||
|
||
Using the course files | ||
Each session in the series has its own branch, so you'll need to select that branch to see the codes for that session. For example to see the codes for session 5, you would select the RN-Tutorial-05 branch. | ||
|
||
Installing dependencies | ||
If you download or clone the repo, you will need to run "npm install" in the project directory to install any project dependencies first. Without doing this, the code may not work as expected. |