Skip to content

Commit

Permalink
Add some README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jul 17, 2017
1 parent 7670ffb commit 6ceb86b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,8 +12,9 @@
},
"keywords": [
"form",
"react-component",
"react-native",
"react",
"react-component",
"ios",
"android"
],
Expand Down

0 comments on commit 6ceb86b

Please sign in to comment.