mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
add expo app
This commit is contained in:
5
apps/mobile/components/StyledText.tsx
Normal file
5
apps/mobile/components/StyledText.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Text, TextProps } from './Themed';
|
||||
|
||||
export function MonoText(props: TextProps) {
|
||||
return <Text {...props} style={[props.style, { fontFamily: 'SpaceMono' }]} />;
|
||||
}
|
Reference in New Issue
Block a user