fff
This commit is contained in:
parent
e7bb2e38d4
commit
238e8eb79a
@ -1,13 +1,11 @@
|
||||
import SendMessage from "@/components/ask/send";
|
||||
import { ThemedText } from "@/components/ThemedText";
|
||||
import { WEBSOCKET_ENDPOINT } from "@/lib/websocket-util";
|
||||
import { Message } from "@/types/ask";
|
||||
import { useLocalSearchParams, useRouter } from "expo-router";
|
||||
import { useRef, useState } from 'react';
|
||||
import { useTranslation } from "react-i18next";
|
||||
import {
|
||||
FlatList,
|
||||
KeyboardAvoidingView,
|
||||
Platform,
|
||||
StyleSheet,
|
||||
View
|
||||
} from 'react-native';
|
||||
@ -245,9 +243,9 @@ export default function AskScreen() {
|
||||
|
||||
<View style={styles.contentContainer}>
|
||||
<ThemedText>1</ThemedText>
|
||||
{/* <ThemedText>
|
||||
<ThemedText>
|
||||
{WEBSOCKET_ENDPOINT}
|
||||
</ThemedText> */}
|
||||
</ThemedText>
|
||||
{/* 欢迎页面 */}
|
||||
{/* <Animated.View
|
||||
style={[styles.absoluteView,
|
||||
@ -278,7 +276,7 @@ export default function AskScreen() {
|
||||
</View>
|
||||
|
||||
{/* 输入框区域 */}
|
||||
<KeyboardAvoidingView
|
||||
{/* <KeyboardAvoidingView
|
||||
behavior={Platform.OS === "ios" ? "padding" : "height"}
|
||||
keyboardVerticalOffset={0} >
|
||||
<View style={styles.inputContainer} key={conversationId}>
|
||||
@ -291,7 +289,7 @@ export default function AskScreen() {
|
||||
setSelectedImages={setSelectedImages}
|
||||
/>
|
||||
</View>
|
||||
</KeyboardAvoidingView>
|
||||
</KeyboardAvoidingView> */}
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user