|
пре 2 месеци | |
---|---|---|
assets | пре 3 месеци | |
deployment | пре 1 година | |
patches | пре 2 месеци | |
src | пре 2 месеци | |
.gitignore | пре 1 година | |
.prettierrc | пре 1 година | |
App.tsx | пре 2 месеци | |
Route.tsx | пре 2 месеци | |
app.config.ts | пре 2 месеци | |
babel.config.js | пре 1 година | |
credentials.json | пре 1 година | |
declarations.d.ts | пре 1 година | |
eas.json | пре 5 месеци | |
google-services.json | пре 11 месеци | |
metro.config.js | пре 10 месеци | |
package-lock.json | пре 1 година | |
package.json | пре 2 месеци | |
readme.md | пре 1 година | |
tsconfig.json | пре 1 година |
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