... import { Text } from 'react-native'; const Cat = () => { return ( <Text>Hello, I am your cat!</Text> ); } export default Cat;. Preview
確定! 回上一頁