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