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