From 6ceb86bb524b911362e032728fe1ad8ca534c0fe Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Sun, 16 Jul 2017 16:58:27 -0700 Subject: [PATCH] Add some README badges --- README.md | 8 ++++++-- package.json | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6316ed..4224bbc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Gifted Form -Form component for React-Native +[![npm downloads](https://img.shields.io/npm/dm/react-native-gifted-form.svg)](https://www.npmjs.com/package/react-native-gifted-form) +[![npm version](https://img.shields.io/npm/v/react-native-gifted-form.svg)](https://www.npmjs.com/package/react-native-gifted-form) +[![Latest GitHub tag](https://img.shields.io/github/tag/FaridSafi/react-native-gifted-form.svg)](https://github.com/FaridSafi/react-native-gifted-form) -![](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-form/master/capture/signup.gif) +Form component for React Native. + +![screenshot](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-form/master/capture/signup.gif) ### Example diff --git a/package.json b/package.json index fdb2b25..b81f6b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-gifted-form", "version": "0.0.15", - "description": "Form component for react-native", + "description": "Form component for React Native", "main": "GiftedForm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -12,8 +12,9 @@ }, "keywords": [ "form", - "react-component", "react-native", + "react", + "react-component", "ios", "android" ],