|
@@ -111,7 +111,7 @@ export default function Map({route, navigation} ) {
|
111
|
111
|
<Marker coordinate={pin1} />
|
112
|
112
|
</MapView>
|
113
|
113
|
<View style = {{position: 'absolute', bottom: '5%'}}>
|
114
|
|
- <Button title= 'Confirm Location' onPress = {() => navigation.navigate('StateTime' , {Pin : pin1 , Appointment : Appointment, int_id : int_id,
|
|
114
|
+ <Button title= 'Confirm Location' color = "#000000" onPress = {() => navigation.navigate('StateTime' , {Pin : pin1 , Appointment : Appointment, int_id : int_id,
|
115
|
115
|
mapflag : mapflag, I_Token: i_token, U_Token: u_token
|
116
|
116
|
,Username: username, I_Username: I_username})}/>
|
117
|
117
|
</View>
|