@dropi/react-native-design-system 0.1.21 → 0.1.22

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit)
2
2
  [![React Native](https://img.shields.io/badge/React%20Native-%3E%3D0.79-blue?logo=react)](https://reactnative.dev/)
3
3
  [![Expo](https://img.shields.io/badge/Expo-%3E%3D51-black?logo=expo)](https://docs.expo.dev/)
4
- ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green)
5
4
  [![npm version](https://img.shields.io/npm/v/@dropi/react-native-design-system.svg)](https://www.npmjs.com/package/@dropi/react-native-design-system)
6
5
  [![Designed & Developed by](https://img.shields.io/badge/Designed%20%26%20Developed%20by-Dropi-orange?style=flat&logo=github)](https://dropi.co/)
6
+ ![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue?logo=typescript)
7
+ ![Platforms](https://img.shields.io/badge/Platforms-iOS%20%7C%20Android-lightgrey)
7
8
 
8
9
  # 🎨 Dropi - React Native Design System
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",