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