react-native-leaflet-kit 1.0.3 β†’ 1.0.4

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # React Native Leaflet Kit πŸ—ΊοΈ
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/react-native-leaflet-kit.svg)](https://www.npmjs.com/package/react-native-leaflet-kit)
4
+ [![npm downloads](https://img.shields.io/npm/dm/react-native-leaflet-kit.svg)](https://www.npmjs.com/package/react-native-leaflet-kit)
5
+ [![license](https://img.shields.io/npm/l/react-native-leaflet-kit.svg)](https://github.com/ashishpradhan01/react-native-leaflet-kit/blob/main/LICENSE)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
7
+
3
8
  A professional, pluggable, and declarative Map library for React Native built on top of Leaflet, WebView, and OpenStreetMap tiles. Designed with a Compound Component pattern for maximum flexibility and performance.
4
9
 
5
10
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-leaflet-kit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",