Skip to content

Commit

Permalink
Merge branch 'frankreed/foreignManagement5_invite_tab' into frankreed…
Browse files Browse the repository at this point in the history
…/foreignManagement6_add_loading_spinner
  • Loading branch information
FrankreedX committed Aug 13, 2024
2 parents 7dfe5b8 + 3c2d9a2 commit a43b8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/segments/(team)/chooseTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import { router } from "expo-router";
import {
onIdTokenChanged,
sendEmailVerification,
signOut as signoutFireBase,
} from "firebase/auth";
import { useCallback, useEffect, useMemo, useState } from "react";
import { RefreshControl, ScrollView, Text, View } from "react-native";
import { signOut as signoutFireBase } from "firebase/auth";
import { useMemo } from "react";
import { Button } from "react-native-paper";
import { SafeAreaView } from "react-native-safe-area-context";
import { themeColors } from "~/Constants";
Expand Down

0 comments on commit a43b8e9

Please sign in to comment.