From db11965fb9fc5e95645544aab0e1ccb8ffe077d5 Mon Sep 17 00:00:00 2001 From: Isky <33272362+iskubee@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:04:33 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d7c58d2..ca3f3dc 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,6 @@ SafeQR is a React Native application that allows users to scan QR codes using th ## Project Structure -| :exclamation: This is the intended Stucture, screen has not been segregated | -|-----------------------------------------| - ``` .//OTHER Node_modules @@ -64,14 +61,17 @@ SafeQR is a React Native application that allows users to scan QR codes using th ├── assets │ └── ... ├── components -│ └── ... +│ ├── CameraView.tsx +│ └── CustomTabBar.tsx ├── screens │ ├── QRScannerScreen.tsx │ ├── HistoryScreen.tsx │ ├── SettingsScreen.tsx │ └── ProfileScreen.tsx -└── styles - └── styles.ts +├── navigation +│ └── AppNavigator.tsx +└── types.ts + ``` ## Dependencies