New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-custom-map

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-custom-map

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

latest
Source
npmnpm
Version
1.0.7
Version published
Weekly downloads
13
116.67%
Maintainers
1
Weekly downloads
 
Created
Source

🌍 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 }}> ); }

Keywords

react-native

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts