Skip to content

Commit

Permalink
Merge pull request #5 from shmatozz/dev
Browse files Browse the repository at this point in the history
feat: add test comm
  • Loading branch information
shmatozz authored Jan 17, 2025
2 parents 1d04fdd + 35c04f0 commit 79fd47a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import { Redirect } from "expo-router";
import { firstLaunch, logged } from "@/app/_layout";

// add test comm
const Splash = () => {
if (logged) {
return ( <Redirect href="/(tabs)/home" /> );
Expand Down

0 comments on commit 79fd47a

Please sign in to comment.