Welcome to the React Native Mobile Development Course repository! This repository contains various small projects and exercises completed during the course.
This repository is dedicated to the React Native Mobile Development Course. Each directory within this repository represents a separate project or exercise covered in the course. The purpose of this repository is to showcase the progress and understanding of React Native development.
- Project 1: Goal List
- Description: A simple list tracking app.
- Location:
./goal-list
To run any of the projects locally, follow these steps:
- Clone the repository:
git clone https://github.com/kunalbathija/react_course.git
To start the development server and run the app:
-
Make sure you have the necessary development environment set up. Follow the React Native CLI Quickstart guide for your operating system.
-
Navigate to the desired project directory:
cd YOUR_REPOSITORY_NAME/project-1-hello-world
-
Install the dependencies:
npm install
-
Run app :
npm run android