Created a new Expo app
This commit is contained in:
7
components/StyledText.tsx
Normal file
7
components/StyledText.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { Text, TextProps } from './Themed';
|
||||
|
||||
export function MonoText(props: TextProps) {
|
||||
return <Text {...props} style={[props.style, { fontFamily: 'space-mono' }]} />;
|
||||
}
|
||||
Reference in New Issue
Block a user