Instructions Restaurant- App
  • Introduction to Restaurant App
  • Will need:
  • Necessary facilities
  • The React Native CLI
  • FIREBASE PROJECT
  • Web Application
    • Web Application Settings
  • MOBILE APPLICACTION
    • Mobile App
      • Login
      • iOS Firebase
      • Firebase - Android
  • Running the Application
    • iOS
    • Android
  • Change the app icon
  • Change the name of the app
  • Building a splash screen in React Native
    • iOS
    • Android
  • Possible React Native Errors While Running
  • FAQs
Powered by GitBook
On this page

Was this helpful?

Necessary facilities

PreviousWill need:NextThe React Native CLI

Last updated 3 years ago

Was this helpful?

Necessary facilities:

Node, Watcher, JDK

We recommend installing Node, Watchman, and JDK using . Run the following commands in a Terminal after installing :

$ brew install yarn 
$ brew install node 
$ brew install watchman 
$ brew tap AdoptOpenJDK/openjdk 
$ brew cask install adoptopenjdk8

If you have already installed Node on your system, make sure it is Node 8.3 or newer.

Watchman is a Facebook tool for observing file system changes. It is highly recommended that you install it for best performance.

If you have already installed JDK on your system, make sure it is JDK 8 or newer.

Homebrew
Homebrew