react-native-maps
Version:
React Native Mapview component for iOS + Android
27 lines (26 loc) • 581 B
JSON
{
"name": "react-native-maps",
"description": "React Native Mapview component for iOS + Android",
"main": "components/MapView.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"version": "0.0.1",
"scripts": {
"start": "react-native start"
},
"repository": {
"type": "git",
"url": "https://github.com/lelandrichardson/react-native-mapview"
},
"keywords": [
"react",
"react-native",
"react-component",
"map",
"mapview",
"google-maps",
"mapkit"
],
"dependencies": {
"react-native": "^0.16.0"
}
}