mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
replace all stylesheets with tailwind classes
This commit is contained in:
6
apps/mobile/components/ui/Styled.tsx
Normal file
6
apps/mobile/components/ui/Styled.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { styled } from 'nativewind';
|
||||
import { Text, View } from 'react-native';
|
||||
|
||||
export const StyledText = styled(Text, 'text-white');
|
||||
|
||||
export const StyledView = styled(View);
|
Reference in New Issue
Block a user