1class Cat extends Component {
2 render() {
3 return <Text>Hello, I am your cat!</Text>;
4 }
5}
1/* Answer to: "react native components" */
2
3/*
4 To learn about Native Components in React.js go to:
5 https://reactnative.dev/docs/intro-react-native-components
6
7 However, if you want to find Native Component Libraries in
8 React.js go to:
9 https://www.codeinwp.com/blog/react-native-component-libraries/