From 3abb74394e165254595836fa287f30d2f096cd26 Mon Sep 17 00:00:00 2001 From: alvaromb Date: Tue, 9 Feb 2016 16:36:57 +0100 Subject: [PATCH] Merged #19 --- Example/button/Example.js | 14 ++++++++++++++ Example/button/package.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Example/button/Example.js b/Example/button/Example.js index 50fd70e..8865b70 100644 --- a/Example/button/Example.js +++ b/Example/button/Example.js @@ -70,6 +70,9 @@ export default class Example extends React.Component { }}> Hello + ) } @@ -124,5 +127,16 @@ const styles = StyleSheet.create({ backgroundColor: 'white', borderRadius: 0, borderWidth: 3, + }, + buttonStyle8: { + backgroundColor: 'white', + borderColor: '#333', + borderWidth: 2, + borderRadius: 22, + }, + textStyle8: { + fontFamily: 'Avenir Next', + fontWeight: '500', + color: '#333', } }) diff --git a/Example/button/package.json b/Example/button/package.json index f2680e8..c2d4e9c 100644 --- a/Example/button/package.json +++ b/Example/button/package.json @@ -6,7 +6,7 @@ "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "apsl-react-native-button": "^2.4.1", + "apsl-react-native-button": "^2.4.2", "react-native": "^0.18.0" } } diff --git a/package.json b/package.json index b9f2bc2..a416e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apsl-react-native-button", - "version": "2.4.1", + "version": "2.4.2", "description": "React Native button component with rounded corners.", "main": "Button.js", "scripts": {