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