|
|
1 ano atrás | |
|---|---|---|
| assets | 1 ano atrás | |
| deployment | 1 ano atrás | |
| patches | 1 ano atrás | |
| src | 1 ano atrás | |
| .gitignore | 1 ano atrás | |
| .prettierrc | 1 ano atrás | |
| App.tsx | 1 ano atrás | |
| Route.tsx | 1 ano atrás | |
| app.config.ts | 1 ano atrás | |
| babel.config.js | 1 ano atrás | |
| credentials.json | 1 ano atrás | |
| declarations.d.ts | 1 ano atrás | |
| eas.json | 1 ano atrás | |
| metro.config.js | 1 ano atrás | |
| package-lock.json | 1 ano atrás | |
| package.json | 1 ano atrás | |
| readme.md | 1 ano atrás | |
| tsconfig.json | 1 ano atrás |
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