We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a1ada commit d714f43Copy full SHA for d714f43
example/src/screens/ClsuteringScreen.tsx
@@ -6,8 +6,8 @@ import type {
6
RNMarker,
7
RNMarkerSvg,
8
} from 'react-native-google-maps-plus';
9
+import type { Supercluster } from 'react-native-clusterer';
10
import { useClusterer } from 'react-native-clusterer';
-import type Supercluster from 'react-native-clusterer/lib/typescript/types';
11
import { randomCoordinates } from '../utils/mapGenerators';
12
13
export default function ClusteringScreen() {
0 commit comments