diff --git a/expo/app/(tabs)/rooms/[id]/invite.tsx b/expo/app/(tabs)/rooms/[id]/invite.tsx index 6f48d3cb..16f25021 100644 --- a/expo/app/(tabs)/rooms/[id]/invite.tsx +++ b/expo/app/(tabs)/rooms/[id]/invite.tsx @@ -10,6 +10,7 @@ import { useEffect, useState } from "react"; import { Alert, Platform, StyleSheet } from "react-native"; import Button from "../../../../components/Button"; +import CustomTextInput from "../../../../components/CustomTextInput"; import { View } from "../../../../components/Themed"; import { supabase } from "../../../../lib/supabase"; @@ -60,19 +61,26 @@ export default function InvitationModal() { return ( - - {isCopied ? ( - + ) : ( + + )} + - ) : ( - - )} - +