mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
import { styled } from 'nativewind';
|
|
import { Text, View } from 'react-native';
|
|
|
|
export const StyledText = styled(Text, 'text-white');
|
|
|
|
export const StyledView = styled(View);
|