From f763dc794e679819cfd0ac8c2c91eb7d036ad20a Mon Sep 17 00:00:00 2001 From: Nader Dabit Date: Thu, 13 Oct 2016 08:21:57 -0500 Subject: [PATCH] version 0.6.2 --- Readme.MD | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.MD b/Readme.MD index ba29954fcc..d21238aea4 100644 --- a/Readme.MD +++ b/Readme.MD @@ -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 @@ -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 diff --git a/package.json b/package.json index 2392c97fee..dafe64aa43 100644 --- a/package.json +++ b/package.json @@ -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": {