{"_id":"@4ver/react-native-web-maps","name":"@4ver/react-native-web-maps","dist-tags":{"latest":"0.10.0"},"versions":{"0.10.0":{"name":"@4ver/react-native-web-maps","version":"0.10.0","description":"Cross platform maps for react & react-native","main":"dist/commonjs/index","module":"dist/module/index","types":"dist/typescript/index.d.ts","react-native":"src/index","source":"src/index","scripts":{"test":"jest","typecheck":"tsc --noEmit","lint":"eslint","prepare":"yarn build","build":"bob build","release":"cp ../../README.md ./README.md && git add ./README.md && yarn build && release-it","dev":"yarn nodemon --exec 'yarn bob build' --ignore dist --watch src -e ts,tsx"},"keywords":["react-native","react-native-web","react-native-maps","maps","ios","android"],"repository":{"type":"git","url":"git+https://github.com/teovillanueva/react-native-web-maps.git"},"author":{"name":"Teodoro Villanueva","email":"teodoro2102@gmail.com","url":"https://github.com/teovillanueva"},"license":"MIT","bugs":{"url":"https://github.com/teovillanueva/react-native-web-maps/issues"},"homepage":"https://github.com/teovillanueva/react-native-web-maps#readme","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"devDependencies":{"@testing-library/jest-dom":"^5.16.4","@testing-library/react":"12.1.5","@types/geojson":"^7946.0.8","@types/react":"~18.0.27","@types/react-native":"~0.70.6","@types/supercluster":"^7.1.0","jest":"^29.2.1","jest-environment-jsdom":"^28.1.2","jest-expo":"^49.0.0","nodemon":"^2.0.18","react":"18.2.0","react-dom":"18.2.0","react-native":"0.71.7","react-native-builder-bob":"^0.18.2","react-native-maps":"1.3.2","release-it":"^15.0.0","typescript":"^4.9.4"},"resolutions":{"@types/react":"~18.0.27"},"peerDependencies":{"@react-google-maps/api":"*","expo-location":"*","react":"*","react-native":"*","react-native-maps":"*"},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true},"github":{"release":true},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"react-native-builder-bob":{"source":"src","output":"dist","targets":["commonjs","module",["typescript",{"project":"tsconfig.build.json"}]]},"dependencies":{"@react-google-maps/api":"^2.12.0","expo-location":"~15.1.1","supercluster":"^7.1.5"},"_id":"@4ver/react-native-web-maps@0.10.0","gitHead":"0f1defd1ca31a1fa6852a65e7c54bfa9de19c416","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ifTEN1fkzpbt9Z9ruskQjKHzQ1oCcPRc/xLJQ4IhJC3jSExCQNKpcTEYv38ZgsJ++0N9uDxp1rsIb+PI77TNfg==","shasum":"00a83dc69f91d0dff70269aaf08ce3fde4bde833","tarball":"https://registry.npmjs.org/@4ver/react-native-web-maps/-/react-native-web-maps-0.10.0.tgz","fileCount":140,"unpackedSize":335599,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEgGQIHnisKMKd0dwVHNrAaiPWi1HupUpQOwC8RXMnPEAiEAsWuUpDWWf0vMQIVBxIucL3RnLGyBOxYq1mZILzcAK5w="}]},"_npmUser":{"name":"4ver","email":"me@don.al"},"directories":{},"maintainers":[{"name":"4ver","email":"me@don.al"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-native-web-maps_0.10.0_1738886439156_0.08997262536772355"},"_hasShrinkwrap":false}},"time":{"created":"2025-02-07T00:00:39.072Z","0.10.0":"2025-02-07T00:00:39.357Z","modified":"2025-02-07T00:00:39.651Z"},"maintainers":[{"name":"4ver","email":"me@don.al"}],"description":"Cross platform maps for react & react-native","homepage":"https://github.com/teovillanueva/react-native-web-maps#readme","keywords":["react-native","react-native-web","react-native-maps","maps","ios","android"],"repository":{"type":"git","url":"git+https://github.com/teovillanueva/react-native-web-maps.git"},"author":{"name":"Teodoro Villanueva","email":"teodoro2102@gmail.com","url":"https://github.com/teovillanueva"},"bugs":{"url":"https://github.com/teovillanueva/react-native-web-maps/issues"},"license":"MIT","readme":"# @teovilla/react-native-web-maps\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nCross platfrom maps for react & react-native\n\n## Installation\n\n```bash\n$ yarn add @teovilla/react-native-web-maps\n```\n\n## Usage with Expo web / Webpack\n\nFor this to work you must alias `react-native-maps` to `@teovilla/react-native-web-maps` in your webpack config.\n\n### Example with Expo Web:\n\n```js\n// webpack.config.js\n\nmodule.exports = async function (env, argv) {\n  const config = await createExpoWebpackConfigAsync(env, argv);\n\n  config.resolve.alias['react-native-maps'] = '@teovilla/react-native-web-maps';\n\n  return config;\n};\n```\n\n### Example with Next.js:\n\n```js\n// next.config.js\n\nmodule.exports = {\n  webpack: (config) => {\n    config.resolve.alias = {\n      ...(config.resolve.alias || {}),\n      'react-native-maps$': '@teovilla/react-native-web-maps',\n    };\n\n    return config;\n  },\n};\n```\n\n## Documentation\n\nThe docs for the project can be found [here](https://teovillanueva.github.io/react-native-web-maps/).\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://greener.bio\"><img src=\"https://avatars.githubusercontent.com/u/41754896?v=4?s=100\" width=\"100px;\" alt=\"Teodoro Villanueva\"/><br /><sub><b>Teodoro Villanueva</b></sub></a><br /><a href=\"#maintenance-teovillanueva\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=teovillanueva\" title=\"Documentation\">📖</a> <a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=teovillanueva\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/artalat\"><img src=\"https://avatars.githubusercontent.com/u/295630?v=4?s=100\" width=\"100px;\" alt=\"Abdul Rehman Talat\"/><br /><sub><b>Abdul Rehman Talat</b></sub></a><br /><a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=artalat\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobysmith\"><img src=\"https://avatars.githubusercontent.com/u/1110053?v=4?s=100\" width=\"100px;\" alt=\"Toby Smith\"/><br /><sub><b>Toby Smith</b></sub></a><br /><a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=tobysmith\" title=\"Documentation\">📖</a> <a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=tobysmith\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/YoussefHenna\"><img src=\"https://avatars.githubusercontent.com/u/58384527?v=4?s=100\" width=\"100px;\" alt=\"Youssef Henna\"/><br /><sub><b>Youssef Henna</b></sub></a><br /><a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=YoussefHenna\" title=\"Documentation\">📖</a> <a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=YoussefHenna\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/sreuter\"><img src=\"https://avatars.githubusercontent.com/u/550246?v=4?s=100\" width=\"100px;\" alt=\"Sascha Reuter\"/><br /><sub><b>Sascha Reuter</b></sub></a><br /><a href=\"https://github.com/teovillanueva/react-native-web-maps/commits?author=sreuter\" title=\"Code\">💻</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","readmeFilename":"README.md"}