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