diff options
Diffstat (limited to 'screens/topRated.js')
| -rw-r--r-- | screens/topRated.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/screens/topRated.js b/screens/topRated.js new file mode 100644 index 0000000..e4685fe --- /dev/null +++ b/screens/topRated.js @@ -0,0 +1,6 @@ +import {Text} from 'react-native'; +const TopRated = () => { + return <Text>Top Rated</Text>; +}; + +export default TopRated; |