Loading mobile/app/profile/_layout.tsx +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ export default function Layout() { title: "Set Up Profile", headerShown: true, }}/> <Stack.Screen name="change_password" options={{ title: "Change Password", headerShown: true, }}/> </Stack> ); } No newline at end of file Loading
mobile/app/profile/_layout.tsx +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ export default function Layout() { title: "Set Up Profile", headerShown: true, }}/> <Stack.Screen name="change_password" options={{ title: "Change Password", headerShown: true, }}/> </Stack> ); } No newline at end of file