import { spacing, typography } from '@expo/styleguide'; import React from 'react'; import { Button, ButtonProps } from '~/ui/components/Button'; export const HomeButton = ({ children, style, href, ...rest }: ButtonProps) => ( );