|
|
пре 2 година | |
|---|---|---|
| assets | пре 2 година | |
| src | пре 2 година | |
| .gitignore | пре 2 година | |
| .prettierrc | пре 2 година | |
| App.tsx | пре 2 година | |
| Route.tsx | пре 2 година | |
| app.config.ts | пре 2 година | |
| babel.config.js | пре 2 година | |
| declarations.d.ts | пре 2 година | |
| metro.config.js | пре 2 година | |
| package-lock.json | пре 2 година | |
| package.json | пре 2 година | |
| readme.md | пре 2 година | |
| tsconfig.json | пре 2 година |
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