import React from 'react'; import Button from '../Button'; const Footer = ({ label, onPress }: { label: string; onPress: () => void }) => (