|
|
пре 9 месеци | |
|---|---|---|
| assets | пре 10 месеци | |
| deployment | пре 1 година | |
| patches | пре 1 година | |
| src | пре 9 месеци | |
| .gitignore | пре 1 година | |
| .prettierrc | пре 2 година | |
| App.tsx | пре 10 месеци | |
| Route.tsx | пре 9 месеци | |
| app.config.ts | пре 9 месеци | |
| babel.config.js | пре 1 година | |
| credentials.json | пре 1 година | |
| declarations.d.ts | пре 2 година | |
| eas.json | пре 11 месеци | |
| google-services.json | пре 1 година | |
| metro.config.js | пре 1 година | |
| package-lock.json | пре 1 година | |
| package.json | пре 9 месеци | |
| 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