1 2 3 4 5 6
import {Text} from 'react-native'; const Discover = () => { return <Text>Discover</Text>; }; export default Discover;