import React from 'react'; import { fireEvent } from '@testing-library/react-native'; import { render } from '@/components/testUtils'; import Button, { ButtonProps } from '@/components/shared/Button'; const renderComponent = ({ status, onPress, secondary, icon, iconLocation, label, color, labelColor }: ButtonProps = {}) => { const base = render(