diff --git a/app/mobile-rn/src/screens/ChatScreen.tsx b/app/mobile-rn/src/screens/ChatScreen.tsx index 166406702..d88d648ec 100644 --- a/app/mobile-rn/src/screens/ChatScreen.tsx +++ b/app/mobile-rn/src/screens/ChatScreen.tsx @@ -1,4 +1,4 @@ -import { Pressable, ScrollView, Text, TextInput, View } from 'react-native'; +import { KeyboardAvoidingView, Platform, Pressable, ScrollView, Text, TextInput, View } from 'react-native'; import { useState } from 'react'; import type { TranscriptBlock } from '@agenthub/shared/transcript'; @@ -231,7 +231,10 @@ export function ChatScreen({ const [evidenceSheetVisible, setEvidenceSheetVisible] = useState(false); return ( - + setEvidenceSheetVisible(false)} /> - + ); } function ChatHeader({