gilberto.cancel 2 years ago
parent
commit
55061ce452
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      screens/main/Calendar.js

+ 6
- 2
screens/main/Calendar.js View File

@@ -36,7 +36,7 @@ export default class Calendario extends Component {
36 36
             ,Username: this.state.username, I_Username: this.state.I_username});
37 37
         }
38 38
         else{
39
-          this.props.navigation.navigate('Map', {Appointment_Date: date._d, int_id : this.state.interpreter_id, 
39
+          this.props.navigation.navigate('Map', {Appointment: date._d, int_id : this.state.interpreter_id, 
40 40
             Flag: this.state.mapflag, I_Token: this.state.i_token, U_Token: this.state.u_token
41 41
             ,Username: this.state.username, I_Username: this.state.I_username});
42 42
         }
@@ -70,4 +70,8 @@ const styles = StyleSheet.create({
70 70
     backgroundColor: '#FFFFFF',
71 71
     marginTop: 100,
72 72
   },
73
-});
73
+});
74
+
75
+
76
+  
77
+