File tree 3 files changed +3
-3
lines changed
app/(main)/onboarding/medical-history
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const defineConfig = (): ExpoConfig => ({
24
24
android : {
25
25
package : "com.trusttheprocess.patientx" ,
26
26
adaptiveIcon : {
27
- foregroundImage : "./assets/icon.png" ,
27
+ foregroundImage : "./assets/adaptive- icon.png" ,
28
28
backgroundColor : "#000" ,
29
29
} ,
30
30
} ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function MedicationsFormPage() {
13
13
< SafeAreaView className = "flex-1 bg-gray-50" >
14
14
< Stack . Screen
15
15
options = { {
16
- title : "Allergies " ,
16
+ title : "Medications " ,
17
17
headerTitleAlign : "center" ,
18
18
} }
19
19
/>
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export const MedicationsForm = (props: { onSuccess?: () => void }) => {
115
115
{ selectedMedications . map ( ( entry , index ) => (
116
116
< View
117
117
key = { index }
118
- className = "border-b border-gray-200 bg-white px-8"
118
+ className = "flex-1 border-b border-gray-200 bg-white px-8"
119
119
>
120
120
< View className = "flex-1 flex-row items-center justify-between py-8" >
121
121
< View className = "mr-4 flex-1" >
You can’t perform that action at this time.
0 commit comments