mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:43:25 +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 SettingsScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Settings" subtitle="Need to change something?">
|
||||
<StyledText>Settings would be listed in here. Coming soon</StyledText>
|
||||
<Text>Settings would be listed in here. Coming soon</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user