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. Running the Application

iOS

react-native-vectors-icons iOS

PreviousRunning the ApplicationNextAndroid

Last updated 3 years ago

Was this helpful?

ios On iOS, the best way to link vector-icons is by following the instructions on the official site

We must add the following to the Info.plist file before the last tag </dict> And then, in the iOS folder of our project, run pod install (image12)

https://github.com/oblador/react-native-vector-icons#ios
image - 12