
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
react-native-web-maps
Advanced tools
React Native for Web implementation of react-native-maps
$ npm install react-native-web-maps --save
To implement react-native-web-maps
we're using the react-google-maps
package:
$ npm install react-google-maps --save
Alias the package in your webpack config:
resolve: {
alias: {
'react-native': 'react-native-web',
...
'react-native-maps': 'react-native-web-maps',
}
}
You need to have a Google Maps Javascript API key to use the map, you can get one here.
Then, you should add this script to your index.html:
<script src="https://maps.googleapis.com/maps/api/js?key=<YOUR_GOOGLE_API_KEY>"></script>
import MapView from 'react-native-maps';
See the original documentation.
The supported components are:
MapView
MapView.Marker
MapView.Polyline
MapView
:
region
onRegionChange
onRegionChangeComplete
onPress
MapView.Marker
:
title
description
coordinate
See the storybook.
PRs are welcome!
FAQs
React Native for Web implementation of react-native-maps
The npm package react-native-web-maps receives a total of 4,228 weekly downloads. As such, react-native-web-maps popularity was classified as popular.
We found that react-native-web-maps demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.