import IP from "@/assets/icons/svg/ip.svg"; import { ThemedText } from "@/components/ThemedText"; import { View } from 'react-native'; export default function AskHello() { return ( {/* 内容区域 IP与介绍文本*/} Hi, {"\n"} I'm MeMo! Ready to wake up your memories? {"\n"} Just ask MeMo, let me bring them back to life! ); }