|
|
2 月之前 | |
|---|---|---|
| assets | 2 月之前 | |
| deployment | 1 年之前 | |
| patches | 4 月之前 | |
| src | 2 月之前 | |
| .gitignore | 1 年之前 | |
| .prettierrc | 2 年之前 | |
| App.tsx | 6 月之前 | |
| Route.tsx | 3 月之前 | |
| app.config.ts | 2 月之前 | |
| babel.config.js | 1 年之前 | |
| credentials.json | 1 年之前 | |
| declarations.d.ts | 2 年之前 | |
| eas.json | 6 月之前 | |
| google-services.json | 1 年之前 | |
| metro.config.js | 1 年之前 | |
| package-lock.json | 1 年之前 | |
| package.json | 4 月之前 | |
| readme.md | 2 年之前 | |
| tsconfig.json | 1 年之前 |
https://git.nomadmania.travel/SashaGoncharov19/nomadmania-app.git.npm install.npm start.App.tsx || App entrypoint file
Route.tsx || App routes
src/
├── components/ || Reusable UI components
├── constants/ || Secrets and environment variables
├── modules/ || API calls and data fetching logic
├── screens/ || App screens built with components
├── storage/ || Async storage functions
├── types/ || Navigation types, enums, and component props
├── utils/ || Reusable functions and utilities
└── theme.ts || Global theme styles