Skip to content

Commit

Permalink
Merge pull request #71 from atlp-rwanda/ft-schedule-appointment
Browse files Browse the repository at this point in the history
Feature: Add Scheduled Appointment Components
  • Loading branch information
Nkbtemmy authored May 16, 2024
2 parents 3f17322 + bc4d46c commit 5536427
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 7 deletions.
1 change: 1 addition & 0 deletions app/(app)/Appointments/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Stack } from "expo-router";
export default function Layout() {
return (
<Stack>
<Stack.Screen name="index" options={{headerShown:false}}/>
<Stack.Screen name="CancelAppointment/index" options={{headerShown:false}}/>
<Stack.Screen name="VideoCallAppointment/index" options={{headerShown:false}}/>
<Stack.Screen name="VoiceCallAppointment/index" options={{headerShown:false}}/>
Expand Down
Loading

0 comments on commit 5536427

Please sign in to comment.