Browse Source

Solo repeti el proceso anterior para el caso del cliente.

ErnestoOrtiz2 2 years ago
parent
commit
d06834ce23
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      screens/main/Home_page.js

+ 1
- 1
screens/main/Home_page.js View File

144
         <TouchableOpacity
144
         <TouchableOpacity
145
         onPress={async () => {
145
         onPress={async () => {
146
           console.log(item._id)
146
           console.log(item._id)
147
-          navigation.navigate('Cita', {appointment_id: item._id})
147
+          navigation.navigate('Cita',{tag: item})
148
         }}
148
         }}
149
         >
149
         >
150
           <List.Item
150
           <List.Item