|
пре 1 година | |
---|---|---|
assets | пре 1 година | |
src | пре 1 година | |
.gitignore | пре 1 година | |
.prettierrc | пре 1 година | |
App.tsx | пре 1 година | |
Route.tsx | пре 1 година | |
app.config.ts | пре 1 година | |
babel.config.js | пре 1 година | |
declarations.d.ts | пре 1 година | |
metro.config.js | пре 1 година | |
package-lock.json | пре 1 година | |
package.json | пре 1 година | |
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