React Native for BeginnersProject Structure
Project Structure
GratuitaA new Expo project comes with a specific folder structure. Understanding where your screens, assets, and configuration live is crucial for staying organized as your app grows. This lesson breaks down every file and folder.
What You'll Learn
- The role of app.json, package.json, and tsconfig in an Expo project
- How the app/ directory works with Expo Router for file-based routing
- Where to put assets, components, and utility functions
Was this helpful?