- TypeScript
 - ESLint
 - Prettier
 - pre-commit hooks
 - CI GitHub workflow
 - Dependency management via Renovate
 
- Material Design System powered by Tailwind and React Native Paper (with custom "branding" color palettes)
 - Dark Mode Support
 
- GraphQL
 @tanstack/react-querywith automatic hooks generation based on the GraphQL schema
- React Navigation v6
 
- Unit & Integration testing: Jest with React Native Testing Library setup
 - Static Analysis: TypeScript & ESLint
 - MSW (Mock Service Worker) API mocking (intercepting requests on the network level)