Explorar el Código

update app/pages/home/MapUI.js

wudebin hace 6 meses
padre
commit
57d3e5135d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Strides-SPAPP/app/pages/home/MapUI.js

+ 1 - 1
Strides-SPAPP/app/pages/home/MapUI.js

@@ -66,7 +66,7 @@ export default MapUI = ({
       <PinMessage messageList={pinMessages}/>
       <View style={styles.mapContent}>
         { !state.isHide &&
-          <Maps.MapOnly
+          <Maps.Maps3
             ready={state.mapReady}
             region={state.region}
             stopList={state.stopList}