FlightBookingApp
  • 🙂Welcome to Flight Booking App
  • ✈️Introduction
  • 🏃Run project
  • FOLDER STRUCTURE
    • 📂Screens
    • 📂src
  • components
    • 🌐components
      • Button
      • EmtyData
      • Header
      • HotOfferCard
      • Text input
      • ImageView
      • TextView
  • Helpers
    • Supports
  • Demo App
    • demo app
Powered by GitBook
On this page
  • Install dependencies
  • Run project

Run project

To start the project, you need to run the following commands

Install dependencies

  1. npm install or yarn add

  2. to install pods (IOS): cd ios && pod install

  3. Go back to the root directory: cd ..

Run project

  1. npm run android or yarn android (Android only)

  2. npm run ios or yarn ios (ios only)

PreviousIntroductionNextScreens

Last updated 1 year ago

🏃