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?

  1. MOBILE APPLICACTION

Mobile App

Mobile App

Since the application uses resources external to React-Native, we must manually create Link to some libraries, such as react-native-vector-icons that will find documentation to make the link on the official site, for iOs and Android

We must also pay special attention to the links to Firebase, since it will depend on whether our application communicates with the database or not. We will explain how these steps are carried out, but the best way to achieve success is by following the official documentation of each site, since they continually update the changes they make in their libraries. Both react-native-vector-icons and Firebse have their section on GitHub with questions and solutions to problems posed by users. You can go there in case you have problems.

PreviousWeb Application SettingsNextLogin

Last updated 3 years ago

Was this helpful?