Explorar el Código

Cambios para que se despliege los usernames

gilberto.cancel hace 2 años
padre
commit
3ba3ac7ce8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      screens/main/Confirm.js

+ 1
- 1
screens/main/Confirm.js Ver fichero

@@ -154,7 +154,7 @@ export function Confirm({navigation}) {
154 154
         />
155 155
        <Button
156 156
         title ='Ver mapa'
157
-        onPress= {() => navigation.navigate('Map')}
157
+        onPress= {() => navigation.navigate('Map',{View_Only: true, Confirm_Flag: true, Pin: appointments})}
158 158
       />
159 159
       <FlatList style={{
160 160
              flex: 1,