react-native-custom-map

1.0.6 • Public • Published

🌍 react-native-custom-map

A lightweight and customizable React Native map component powered by WebView.
Easily integrate Google Maps or OpenStreetMap into your Expo or React Native apps with just a few lines of code.

📌 Perfect for simple map visualizations, location previews, and coordinate-based views in your mobile apps.


🚀 Features

✅ Supports Google Maps and OpenStreetMap
✅ Simple props-based API
✅ Built with react-native-webview
✅ Works with Expo and React Native CLI
✅ Lightweight & easy to extend


📦 Installation

Install via npm or yarn:

npm install react-native-custom-map

import React from 'react'; import { View } from 'react-native'; import CustomMap from 'react-native-custom-map';

export default function App() { return ( <View style={{ flex: 1 }}> ); }

Package Sidebar

Install

npm i react-native-custom-map

Weekly Downloads

8

Version

1.0.6

License

ISC

Unpacked Size

4.89 kB

Total Files

3

Last publish

Collaborators

  • cansufndk