From 8105eb5643df2be1b22e597fd40a5b3a56299e6f Mon Sep 17 00:00:00 2001 From: dave-qiao <18234172886@163.com> Date: Mon, 6 Nov 2017 19:15:29 +0800 Subject: [PATCH] Fixed TabBar items default width value --- Example/src/page/TabBar/TabBarItem/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/src/page/TabBar/TabBarItem/index.js b/Example/src/page/TabBar/TabBarItem/index.js index 829c759..5439276 100644 --- a/Example/src/page/TabBar/TabBarItem/index.js +++ b/Example/src/page/TabBar/TabBarItem/index.js @@ -12,7 +12,6 @@ import PropTypes from 'prop-types'; const styles = StyleSheet.create({ all: { - width: 50, height: 40, justifyContent: 'center', alignItems: 'center',