Upgrade to Expo 57 and add parity smoke tests

This commit is contained in:
2026-08-14 16:45:02 -04:00
parent 31ae51cf9e
commit f493fd20f2
11 changed files with 311 additions and 149 deletions
+2 -2
View File
@@ -372,13 +372,13 @@ export default function InvoiceEditScreen() {
? items.length === 0
? "Add line items before sending"
: `Review PDF and email to ${clientEmail}`
: "Add a client email on the web app first",
: "Add a client email first",
icon: "mail-outline",
onPress: () => {
if (!clientEmail) {
Alert.alert(
"No client email",
"Add an email address to this client on the web app before sending invoices.",
"Add an email address to this client before sending invoices.",
);
return;
}