react-native-geojson
A fast way to add geojson to react-native-maps.
Install:
npm install react-native-geojson
Example:
;;; const alcatraz = type: 'FeatureCollection' features: type: 'Feature' properties: {} geometry: type: 'Point' coordinates: -12242305755615234 3782687023785448 ; const Map = <MapView> <Geojson geojson=alcatraz /> </MapView>;