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?

Running the Application

PreviousFirebase - AndroidNextiOS

Last updated 3 years ago

Was this helpful?

To execute and run the application, in the end it is located in the root of the project and runs npm install

Android:

npm install

nxp react-native run-android

iOS:

cd ios

pod install

cd ..

npx react-native run-ios

This generates the node_modules folder where all the project dependencies are located.

I already said that the application has dependencies external to React Native, and some of them need to be linked manually. This is the case of react-native-vectors-icons, which is not a problem, since following the steps indicated on the official page of .

This library has that can be used.

Android For Android we must modify the files:

react-native-vectors-icons
infinite resources