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