import React from 'react' import {View} from 'react-native' import {atoms as a} from '#/alf' import {Text, H1, H2, H3, H4, H5, H6, P} from '#/components/Typography' import {RichText} from '#/components/RichText' export function Typography() { return (

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

P Paragraph

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
) }