From d8c579363d5ef7460662e202896a47730b41a12a Mon Sep 17 00:00:00 2001 From: pedro filho Date: Wed, 13 Sep 2017 23:46:49 -0300 Subject: [PATCH] fix(react-native-tabs): remove height fixed header tabs --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index f39859f..1eec9f2 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,6 @@ var styles = StyleSheet.create({ bottom:0, right:0, left:0, - height:50, opacity:1, backgroundColor:'transparent', flexDirection: 'row', @@ -89,7 +88,6 @@ var styles = StyleSheet.create({ }, iconView: { flex: 1, - height: 50, justifyContent: 'center', alignItems: 'center', },