From 609b359b346d567da5dfe30cef59bb466da402c3 Mon Sep 17 00:00:00 2001 From: Alireza Beikverdi Date: Mon, 19 Sep 2016 17:10:59 +0900 Subject: [PATCH] Default margin removed --- Button.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Button.js b/Button.js index a01001b..57ffb60 100644 --- a/Button.js +++ b/Button.js @@ -134,7 +134,6 @@ const styles = StyleSheet.create({ flexDirection: 'row', borderWidth: 1, borderRadius: 8, - marginBottom: 10, alignSelf: 'stretch', justifyContent: 'center', }, diff --git a/package.json b/package.json index 8563b66..548f5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apsl-react-native-button", - "version": "3.0.0", + "version": "3.0.1", "description": "React Native button component with rounded corners.", "main": "Button.js", "scripts": {