Skip to content

Commit

Permalink
Friday Commits. Go help me
Browse files Browse the repository at this point in the history
  • Loading branch information
azu-josh committed Aug 31, 2024
1 parent 04fbec0 commit fedf322
Show file tree
Hide file tree
Showing 27 changed files with 1,555 additions and 290 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ NODE_ENV=development
PORT=5000
AWS_ACCESS_KEY=AKIATOMKLEFOGOJ3SRVO
AWS_SECRET_ACCESS_KEY=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
AWS_REGION=us-east-1
AWS_REGION=us-east-1
AUTH_EMAIL =[email protected]
AUTH_PASS =gnlk mbwp zsso yzny
2 changes: 2 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import UploadFile from './src/Component/UploadFile';

import { ActionSheetProvider } from '@expo/react-native-action-sheet';
import SecurityScanner from './src/Component/PAGES/SecurityScanner';
import ChangePasswordScreen from './src/Component/PAGES/ChangePasswordscreen';



Expand All @@ -48,6 +49,7 @@ const AppStack = () => (
>
<Drawer.Screen name="HomeDrawer" component={Layout} />
<Drawer.Screen name="HomeStackNavigator" component={HomeStackNavigator} />
<Drawer.Screen name="ChangePasswordscreen" component={ChangePasswordScreen} />
<Drawer.Screen name="SecureVault" component={SecureVault} />
<Drawer.Screen name="SecurityScanner" component={SecurityScanner} />
<Drawer.Screen name="AdsBlocker" component={AdBlockerComponent} />
Expand Down
Loading

0 comments on commit fedf322

Please sign in to comment.