Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-sharifimehr authored Dec 7, 2020
1 parent e30bfa7 commit 3242e7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
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.

0 comments on commit 3242e7e

Please sign in to comment.