import {View} from 'react-native' import {atoms as a} from '#/alf' import {RichText} from '#/components/RichText' import {Text} from '#/components/Typography' export function Typography() { return ( atoms.text_5xl atoms.text_4xl atoms.text_3xl atoms.text_2xl atoms.text_xl atoms.text_lg atoms.text_md atoms.text_sm atoms.text_xs atoms.text_2xs This is regular text This is regular italic text This is medium text This is medium italic text This is bold text This is bold italic text This is heavy text This is heavy italic text ) }