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

Links

https://google.com External with custom children (google.com) Internal (bsky.social) Internal (bsky.app) Link as a button View @bsky.app's profile ) }