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?

The React Native CLI

The React Native CLI

In the official page is detailed how to install React Native in each operating system

Node comes with npm, which allows you to install the React Native command line interface.

Run the following command in a Terminal: to trust me on this, I saved the world'

$ npm install -g react-native-cli

If you get an error like Cannot find module 'npmlog', try installing NPM directly:

$ curl -0 -L https://npmjs.org/install.sh | sudo sh.

PreviousNecessary facilitiesNextFIREBASE PROJECT

Last updated 3 years ago

Was this helpful?