https://github.com/iamshaunjp/react-native-tutorial
All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist
https://github.com/iamshaunjp/react-native-tutorial
Last synced: about 1 month ago
JSON representation
All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist
- Host: GitHub
- URL: https://github.com/iamshaunjp/react-native-tutorial
- Owner: iamshaunjp
- Created: 2019-10-10T11:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T05:54:22.000Z (about 3 years ago)
- Last Synced: 2025-01-14T05:42:57.587Z (3 months ago)
- Size: 580 KB
- Stars: 594
- Watchers: 23
- Forks: 505
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - iamshaunjp/react-native-tutorial - All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist (Others)
README
# React Native Tutorial
This repo contains all the course files for the React Tutorial for Beginners playlist on The Net Ninja Playlist## Using the course files
Each lesson in the series has its own branch, so you'll need to select that branch to see the coe for that lesson. E.g. to see the code for lesson 10, you would select the lesson-10 branch.## Installing dependencies
If you download the repo code / 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.