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