Skip to content

The-Assembly/Build-a-Restaurant-App-with-React-Native

Repository files navigation

Build-a-Restaurant-App-with-React-Native

  1. Getting Started 1.1 - What is React Native
    1.2 - Why should you learn React Native
    1.3 - Learning outcome from this course.
  2. Setup 2.1 - Installing and setting up the environment (Java, NodeJS v12.10.0, Atom or Visual Code Editor)
    2.2 - Creating virtual emulator for testing

Android SDK installation and platform tools

PATH = %PATH%;C:\Users\User\AppData\Local\Android\Sdk\platform-tools
PATH= %PATH%;C:\Users\User\AppData\Local\Android\Sdk\emulator
PATH= %PATH%;C:\Users\User\AppData\Local\Android\Sdk\tools\bin

To create project

npx expo-cli init 'name of project'

Install dependencies

npx install react-navigation
npx install react-navigation-stack

npm install (for node module)
expo update
npm install react-native-gesture-handler --save
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published