react-native-smart-badge-ex
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "react-native-smart-badge-ex", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A smart auto-fit badge for React Native apps", | ||
@@ -5,0 +5,0 @@ "main": "Badge.js", |
@@ -1,6 +0,6 @@ | ||
# react-native-smart-badge | ||
# react-native-smart-badge-ex | ||
[![npm](https://img.shields.io/npm/v/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge) | ||
[![npm](https://img.shields.io/npm/dm/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge) | ||
[![npm](https://img.shields.io/npm/dt/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge) | ||
[![npm](https://img.shields.io/npm/v/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge-ex) | ||
[![npm](https://img.shields.io/npm/dm/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge-ex) | ||
[![npm](https://img.shields.io/npm/dt/react-native-smart-badge.svg)](https://www.npmjs.com/package/react-native-smart-badge-ex) | ||
[![npm](https://img.shields.io/npm/l/react-native-smart-badge.svg)](https://github.com/react-native-component/react-native-smart-badge/blob/master/LICENSE) | ||
@@ -21,3 +21,3 @@ | ||
``` | ||
npm install react-native-smart-badge --save | ||
yarn add react-native-smart-badge-ex | ||
``` | ||
@@ -31,4 +31,4 @@ | ||
Install the package from npm with `npm install react-native-smart-badge --save`. | ||
Then, require it from your app's JavaScript files with `import Badge from 'react-native-smart-badge'`. | ||
Install the package from npm with `yarn add react-native-smart-badge-ex`. | ||
Then, require it from your app's JavaScript files with `import Badge from 'react-native-smart-badge-ex'`. | ||
@@ -45,3 +45,3 @@ ```js | ||
import Badge from 'react-native-smart-badge' | ||
import Badge from 'react-native-smart-badge-ex' | ||
import Button from 'react-native-smart-button' | ||
@@ -48,0 +48,0 @@ |
12733