rs-react-native-map-clustering
Version:
React Native Map Clustering both for Android and iOS with TypeScript support
8 lines (7 loc) • 347 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const clustered_map_view_1 = __importDefault(require("./src/clustered-map-view"));
exports.default = clustered_map_view_1.default;