react-native-map-clustering-flex
Version:
React Native Map Clustering both for Android and iOS
25 lines (24 loc) • 573 B
JSON
{
"expo": {
"name": "React Native Map Clustering Example",
"slug": "example",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android", "web"],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
}
}
}