import React from 'react' import {View} from 'react-native' import {atoms as a, useTheme} from '#/alf' import {H1, Text} from '#/components/Typography' export function Shadows() { const t = useTheme() return (

Shadows

shadow_sm shadow_md shadow_lg
) }