const Cat = () => { return <Text>Hello, I am your cat!</Text>;}; Copy. You can export your function component with JavaScript's export ...
確定! 回上一頁