|
|
hace 1 año | |
|---|---|---|
| assets | hace 1 año | |
| patches | hace 2 años | |
| src | hace 1 año | |
| .gitignore | hace 2 años | |
| .prettierrc | hace 2 años | |
| App.tsx | hace 1 año | |
| Route.tsx | hace 1 año | |
| app.config.ts | hace 1 año | |
| babel.config.js | hace 2 años | |
| declarations.d.ts | hace 2 años | |
| eas.json | hace 1 año | |
| metro.config.js | hace 2 años | |
| package-lock.json | hace 1 año | |
| package.json | hace 1 año | |
| readme.md | hace 2 años | |
| tsconfig.json | hace 2 años |
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