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
  1. FOLDER STRUCTURE

Screens

PreviousRun projectNextsrc

Last updated 1 year ago

Screens

screens of your application. They can be Login, Home, Profile, etc.

What does a screen contain?

The main screens are made up of their folder in this file and style.js, and if it contains styles of the screen.

same name folder.js
styles.js
components/
sections/

src/componentes/purticularfolder/ code

src/componentes/purticularfolder/ codestyles code

internal components used only by this display

These are internal sections of the screens:

Ex: signup screen

,login screen,home

etc..

completed screen.

📂