Skip to content

Commit

Permalink
version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Oct 13, 2016
1 parent 74c32c3 commit f763dc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Install React Native Elements

`npm i react-native-elements --save`

or

`yarn add react-native-elements'

#### Step 3

Start using components
Expand Down Expand Up @@ -227,6 +231,8 @@ import { SocialIcon } from 'react-native-elements'
| fontFamily | System font bold (iOS), Roboto-Black (android) | string | specify different font family (optional) |
| fontWeight | bold (ios), black(android) | string | specify font weight of title if set as a button with a title |
| fontStyle | none | object (style) | specify text styling (optional) |
| disabled | false | boolean | disable button (optional) |
| loading | false | boolean | shows loading indicator (optional) |


## Icons & Icon Buttons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "0.6.1",
"version": "0.6.2",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit f763dc7

Please sign in to comment.