Project Structure

This is the file structure of NoRush:

plaintext

NoRush/ ├── .expo/ ├── app/ ├── assets/ ├── components/ ├── constants/ ├── hooks/ ├── lib/ ├── node_modules/ ├── scripts/ ├── types/ ├── .gitignore ├── app.json ├── babel.config.js ├── expo-env.d.ts ├── global.css ├── metro.config.js ├── nativewind-env.d.ts ├── package-lock.json ├── package.json ├── postcss.config.js ├── README.md ├── tailwind.config.ts ├── tsconfig.json