Skip to content

An individual project for Advanced Mobile Development

Notifications You must be signed in to change notification settings

nxquan/LetTutor-HCMUS

Repository files navigation

LetTutor - Application for studying 1 by 1 on mobile

Notes: This is an individual project developed by React Native.This branch is migrated from milestone-1-mockup-ui-expo.Initially, I have developed by Expo SDK 49, but when diving into native module, it not compatible for project.

For example: react-native-pdf lib is not work for Expo go or something!

Link Application Tree:

Link: https://app.diagrams.net/#G1uKldG1G-AoHq1dvfCl5EjjAtZG4Gh6aW

Link youtube milestone 2:

Link: https://youtu.be/9VFV5svS4dk

Link youtube milestone 3:

Link: https://youtu.be/P6DdZsus9Qk

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

About

An individual project for Advanced Mobile Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages