UNPKG

react-native-custom-map

Version:

A custom map component for React Native and Expo projects using Google Maps via WebView.

42 lines 1.06 kB
{ "name": "react-native-custom-map", "version": "1.0.7", "description": "A custom map component for React Native and Expo projects using Google Maps via WebView.", "license": "ISC", "author": "Cansu Findik", "main": "./src/index.js", "react-native": "./src/index.js", "exports": { ".": { "react-native": "./src/index.js", "default": "./src/index.js" } }, "sideEffects": false, "keywords": [ "react-native", "expo", "map", "webview", "custom-map", "google-maps", "openstreetmap" ], "repository": { "type": "git", "url": "git+https://github.com/cansufndk/react-native-custom-map.git" }, "bugs": { "url": "https://github.com/cansufndk/react-native-custom-map/issues" }, "homepage": "https://github.com/cansufndk/react-native-custom-map#readme", "dependencies": { "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">=18.2 || ^19.0.0", "react-native": ">=0.73 || ^0.79.0", "react-native-webview": ">=13.13.0" }, "devDependencies": {} }