chore
This commit is contained in:
parent
58a6e31111
commit
7af6716b4b
@ -1,4 +1,3 @@
|
||||
import Chat from "@/components/ask/chat";
|
||||
import SendMessage from "@/components/ask/send";
|
||||
import { ThemedText } from "@/components/ThemedText";
|
||||
import { Message } from "@/types/ask";
|
||||
@ -12,7 +11,7 @@ import {
|
||||
StyleSheet,
|
||||
View
|
||||
} from 'react-native';
|
||||
import Animated, { useSharedValue } from 'react-native-reanimated';
|
||||
import { useSharedValue } from 'react-native-reanimated';
|
||||
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
||||
|
||||
export default function AskScreen() {
|
||||
@ -259,7 +258,7 @@ export default function AskScreen() {
|
||||
</Animated.View> */}
|
||||
|
||||
{/* 聊天页面 */}
|
||||
<Animated.View
|
||||
{/* <Animated.View
|
||||
style={[styles.absoluteView,
|
||||
// chatStyle,
|
||||
{ zIndex: 0 }]}
|
||||
@ -275,7 +274,7 @@ export default function AskScreen() {
|
||||
showsVerticalScrollIndicator={false}
|
||||
// onContentSizeChange={() => scrollToEnd()}
|
||||
/>
|
||||
</Animated.View>
|
||||
</Animated.View> */}
|
||||
</View>
|
||||
|
||||
{/* 输入框区域 */}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user