Parcourir la source

update app/pages/home/maps/Maps3.js

wudebin il y a 5 mois
Parent
commit
3ec99b6486
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      Strides-SPAPP/app/pages/home/maps/Maps3.js

+ 2 - 3
Strides-SPAPP/app/pages/home/maps/Maps3.js

@@ -3,12 +3,11 @@
  * @邠心vbe on 2021/03/18
  */
 import React, { useEffect, useRef } from 'react';
+import { StyleSheet } from 'react-native';
 import { PROVIDER_DEFAULT, PROVIDER_GOOGLE } from 'react-native-maps';
-import MapView from "react-native-map-clustering";
+import MapView from "@allisonadam81/react-native-super-clusters";
 import { MyCluster, MyMarker } from './Cluster';
 import VbeClusterMap from 'vbe-cluster-map';
-import app from '../../../../app.json';
-import { StyleSheet } from 'react-native';
 
 export default Maps3 = ({ region, onMapReady, stopList, useApplesMap, showUserLocation=true, onMarkerPress }) => {
   const mapRef = useRef();