mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
first setup
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { StyleSheet, Text } from 'react-native';
|
||||
|
||||
import { globalStyles } from '../../styles/global';
|
||||
import ScreenLayout from '../../components/layout/screenLayout';
|
||||
import { RegularText } from '../../components/Styled';
|
||||
import ScreenLayout from '../../components/layout/ScreenLayout';
|
||||
import { RegularText } from '../../components/ui/Text';
|
||||
|
||||
export default function AccountScreen() {
|
||||
return (
|
||||
@@ -10,7 +7,7 @@ export default function AccountScreen() {
|
||||
title="Account"
|
||||
subtitle="Manage your movie web account from here"
|
||||
>
|
||||
<RegularText style={globalStyles.textWhite}>
|
||||
<RegularText className="text-white">
|
||||
Hey Bro! what are you up to?
|
||||
</RegularText>
|
||||
</ScreenLayout>
|
||||
|
Reference in New Issue
Block a user