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?

Will need:

React Native on your local site, and you can have it all set up by following the official documentation

https://reactnative.dev/docs/environment-setup

There you will find all the dependencies that you need to install before starting to work on your project such as Node, Android SDK, Jdk, etc.

  • You will need Xcode to publish on iOS

  • You will need a Google Developer account to publish on Android (Google Play)

  • You will need a free Firebase account to create your database project

  • Code edito

PreviousIntroduction to Restaurant AppNextNecessary facilities

Last updated 3 years ago

Was this helpful?