import React from 'react'; import {Text} from 'react-native'; export default function Cat() { return ( Hello, I am your cat! ); }
確定! 回上一頁