mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:13:25 +00:00
help
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Text } from 'react-native';
|
||||
import { Text } from '../components/ui/Text';
|
||||
|
||||
import ScreenLayout from '../components/layout/ScreenLayout';
|
||||
|
||||
|
@@ -1,11 +1,10 @@
|
||||
import { Text } from 'react-native';
|
||||
|
||||
import ScreenLayout from '../components/layout/ScreenLayout';
|
||||
import { Text } from '../components/ui/Text';
|
||||
|
||||
export default function HomeScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Home" subtitle="This is where all magic happens">
|
||||
<Text>Movies will be listed here</Text>
|
||||
<Text className="text-white">Movies will be listed here</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user