From b8d8e07982e0ea762e0cce609b71f27e2760a2c6 Mon Sep 17 00:00:00 2001 From: Bartosz Szar Date: Fri, 8 Nov 2024 17:36:38 +0100 Subject: [PATCH] chore: update readme --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f82e0ba..6dd7bdd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # hedgeapp mobile :hedgehog: +## tech stack :wrench: + +![React Native](https://img.shields.io/badge/react_native-%23000000.svg?style=for-the-badge&logo=react&logoColor=white) +![Expo](https://img.shields.io/badge/expo-%23000000.svg?style=for-the-badge&logo=expo&logoColor=white) +![Bun](https://img.shields.io/badge/bun-%23000000.svg?style=for-the-badge&logo=bun&logoColor=white) +![Nativewind](https://img.shields.io/badge/nativewind-%23000000.svg?style=for-the-badge&logo=tamagui&logoColor=white) + ## dev quickstart :construction: ```bash @@ -24,21 +31,21 @@ eas build --platform ios --profile development ├── app.json ├── babel.config.js ├── bun.lockb +├── eas.json ├── expo-env.d.ts ├── package.json ├── src │   ├── api -│   │   ├── auth.service.ts -│   │   └── core.service.ts │   ├── app │   │   ├── (auth) │   │   ├── (tabs) -│   │   ├── +html.tsx -│   │   ├── +not-found.tsx -│   │   ├── _layout.tsx -│   │   └── modal.tsx +│   │   ├── investments +│   │   ├── investors +│   │   ├── modal.tsx +│   │   └── offices │   ├── assets │   │   ├── fonts +│   │   ├── icons │   │   └── images │   ├── components │   ├── constants @@ -47,7 +54,5 @@ eas build --platform ios --profile development │   ├── redux │   ├── types │   └── utils -├── tsconfig.json -└── types - └── fonts.d.ts +└── tsconfig.json ```