
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
react-native-custom-map
Advanced tools
A custom map component for React Native and Expo projects using Google Maps via WebView.
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.
✅ 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
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 }}> ); }
FAQs
A custom map component for React Native and Expo projects using Google Maps via WebView.
The npm package react-native-custom-map receives a total of 8 weekly downloads. As such, react-native-custom-map popularity was classified as not popular.
We found that react-native-custom-map demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.