Skip to content

Commit

Permalink
removed unecessary babel file
Browse files Browse the repository at this point in the history
  • Loading branch information
KamogeloMoeketse committed Jun 15, 2024
1 parent 2e22801 commit dd62f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions frontend/occupi-mobile3/.babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/occupi-mobile3/screens/Login/SplashScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function SplashScreen() {
useEffect(() => {
const timer = setTimeout(() => {
setSelectedIndex(1); // Assuming Onboarding1 is at index 1
router.navigate('/home'); // Navigate to Onboarding1 screen
router.navigate('/login'); // Navigate to Onboarding1 screen
}, 5000); // 8 seconds

return () => clearTimeout(timer); // Clean up timer on component unmount
Expand Down

0 comments on commit dd62f30

Please sign in to comment.