소스 검색

Cambios para que se despliege los usernames

gilberto.cancel 2 년 전
부모
커밋
3ba3ac7ce8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      screens/main/Confirm.js

+ 1
- 1
screens/main/Confirm.js 파일 보기

@@ -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,