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
+1 -1
View File
@@ -79,7 +79,7 @@ export default function InvoiceSendScreen() {
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;
}