Build: Project Structure Overview
This screen shows a simple overview of a React Native project folder structure with folder and file names.
Target UI
Project Structure Overview root/ ├── App.js ├── package.json ├── node_modules/ ├── assets/ │ └── logo.png ├── src/ │ ├── components/ │ │ └── Header.js │ ├── screens/ │ │ └── HomeScreen.js │ └── utils/ │ └── helpers.js
Display the project root folder name at top
Show a tree view of folders and files as text
Use indentation and lines to represent folder hierarchy
Use monospace font style for the structure text
Make the screen scrollable if content overflows