diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 0ed5fb17..adc4efa7 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -24,7 +24,7 @@ const defineConfig = (): ExpoConfig => ({ android: { package: "com.trusttheprocess.patientx", adaptiveIcon: { - foregroundImage: "./assets/icon.png", + foregroundImage: "./assets/adaptive-icon.png", backgroundColor: "#000", }, }, diff --git a/apps/expo/src/app/(main)/onboarding/medical-history/medications.tsx b/apps/expo/src/app/(main)/onboarding/medical-history/medications.tsx index 87b4d37f..421f5f99 100644 --- a/apps/expo/src/app/(main)/onboarding/medical-history/medications.tsx +++ b/apps/expo/src/app/(main)/onboarding/medical-history/medications.tsx @@ -13,7 +13,7 @@ export default function MedicationsFormPage() { diff --git a/apps/expo/src/components/forms/medications-form.tsx b/apps/expo/src/components/forms/medications-form.tsx index 86df9961..369806e9 100644 --- a/apps/expo/src/components/forms/medications-form.tsx +++ b/apps/expo/src/components/forms/medications-form.tsx @@ -115,7 +115,7 @@ export const MedicationsForm = (props: { onSuccess?: () => void }) => { {selectedMedications.map((entry, index) => (