|
1 周之前 | |
---|---|---|
assets | 1 月之前 | |
deployment | 1 年之前 | |
patches | 2 月之前 | |
src | 1 周之前 | |
.gitignore | 1 年之前 | |
.prettierrc | 1 年之前 | |
App.tsx | 3 周之前 | |
Route.tsx | 1 月之前 | |
app.config.ts | 2 周之前 | |
babel.config.js | 1 年之前 | |
credentials.json | 1 年之前 | |
declarations.d.ts | 1 年之前 | |
eas.json | 3 周之前 | |
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