Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -52,9 +52,6 @@ SafeQR is a React Native application that allows users to scan QR codes using th
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
| :exclamation: This is the intended Stucture, screen has not been segregated |
|
|
||||||
|-----------------------------------------|
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
.//OTHER Node_modules
|
.//OTHER Node_modules
|
||||||
@@ -64,14 +61,17 @@ SafeQR is a React Native application that allows users to scan QR codes using th
|
|||||||
├── assets
|
├── assets
|
||||||
│ └── ...
|
│ └── ...
|
||||||
├── components
|
├── components
|
||||||
│ └── ...
|
│ ├── CameraView.tsx
|
||||||
|
│ └── CustomTabBar.tsx
|
||||||
├── screens
|
├── screens
|
||||||
│ ├── QRScannerScreen.tsx
|
│ ├── QRScannerScreen.tsx
|
||||||
│ ├── HistoryScreen.tsx
|
│ ├── HistoryScreen.tsx
|
||||||
│ ├── SettingsScreen.tsx
|
│ ├── SettingsScreen.tsx
|
||||||
│ └── ProfileScreen.tsx
|
│ └── ProfileScreen.tsx
|
||||||
└── styles
|
├── navigation
|
||||||
└── styles.ts
|
│ └── AppNavigator.tsx
|
||||||
|
└── types.ts
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user