3. Text #

Created Tue Nov 14, 2023 at 11:25 PM

 

import { Text } from 'react-native';

function MyComponent() {
  return <Text>Hello, world</Text>;
}