From 76485491a2eb6fb6f56b53fe7cdcfb30e89a47d4 Mon Sep 17 00:00:00 2001 From: abeikverdi Date: Sun, 13 Nov 2016 00:12:37 +0900 Subject: [PATCH] Default margin is removed --- Button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Button.js b/Button.js index 1980ca0..c677c09 100644 --- a/Button.js +++ b/Button.js @@ -131,7 +131,6 @@ const styles = StyleSheet.create({ alignItems: 'center', borderWidth: 1, borderRadius: 8, - marginBottom: 10, alignSelf: 'stretch', justifyContent: 'center', },