react-native-leaflet-kit 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ yarn add react-native-leaflet-kit react-native-webview
30
30
  Wrap your map elements inside the `MapContainer` and add layers as needed.
31
31
 
32
32
  ```tsx
33
- import { MapContainer, TileLayer, Marker, Polyline } from '@/components/map-library';
33
+ import { MapContainer, TileLayer, Marker, Polyline } from 'react-native-leaflet-kit';
34
34
 
35
35
  const MyMap = () => {
36
36
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-leaflet-kit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A professional, pluggable, and declarative Map library for React Native built on top of Leaflet, WebView, and OpenStreetMap tiles",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",