|
|
1 day ago | |
|---|---|---|
| assets | 5 days ago | |
| deployment | 1 year ago | |
| patches | 2 weeks ago | |
| src | 1 day ago | |
| .gitignore | 1 year ago | |
| .prettierrc | 1 year ago | |
| App.tsx | 2 months ago | |
| Route.tsx | 2 weeks ago | |
| app.config.ts | 5 days ago | |
| babel.config.js | 1 year ago | |
| credentials.json | 1 year ago | |
| declarations.d.ts | 1 year ago | |
| eas.json | 2 months ago | |
| google-services.json | 1 year ago | |
| metro.config.js | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 3 weeks ago | |
| readme.md | 1 year ago | |
| tsconfig.json | 1 year ago |
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