chore: 注释聊天页面
This commit is contained in:
parent
582ed4b037
commit
f370036537
@ -1,5 +1,4 @@
|
||||
import ReturnArrow from "@/assets/icons/svg/returnArrow.svg";
|
||||
import Chat from "@/components/ask/chat";
|
||||
import SendMessage from "@/components/ask/send";
|
||||
import { ThemedText } from "@/components/ThemedText";
|
||||
import { fetchApi } from "@/lib/server-api-util";
|
||||
@ -18,7 +17,7 @@ import {
|
||||
TouchableOpacity,
|
||||
View
|
||||
} from 'react-native';
|
||||
import Animated, { useAnimatedStyle, useSharedValue, withTiming } from 'react-native-reanimated';
|
||||
import { useAnimatedStyle, useSharedValue, withTiming } from 'react-native-reanimated';
|
||||
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
||||
|
||||
export default function AskScreen() {
|
||||
@ -269,7 +268,7 @@ export default function AskScreen() {
|
||||
</Animated.View> */}
|
||||
|
||||
{/* 聊天页面 */}
|
||||
<Animated.View
|
||||
{/* <Animated.View
|
||||
style={[styles.absoluteView, chatStyle, { zIndex: 0 }]}
|
||||
>
|
||||
<Chat
|
||||
@ -283,7 +282,7 @@ export default function AskScreen() {
|
||||
showsVerticalScrollIndicator={false}
|
||||
// onContentSizeChange={() => scrollToEnd()}
|
||||
/>
|
||||
</Animated.View>
|
||||
</Animated.View> */}
|
||||
</View>
|
||||
|
||||
{/* 输入框区域 */}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user