HomeAbout

Project Structure

Expo Structure

_layout.tsx

Root _layout.tsx replaces App.jsx/tsx.

This file is rendered before any other route in your app and is where you would put the initialization code that may have previously gone inside an App.jsx file, such as loading fonts or interacting with the splash screen.

Every file is a route in app

app directory is exclusively for defining your app's routes.

AboutContact