Commit e9a6e930 by nguyenquangtung004

TODO: Đã điều chỉnh thông số bottom tab bar thành công

parent 64d72b6f
...@@ -124,8 +124,8 @@ export default connect(mapStateToProps, {})(TabNavigator); ...@@ -124,8 +124,8 @@ export default connect(mapStateToProps, {})(TabNavigator);
const styles = StyleSheet.create({ const styles = StyleSheet.create({
tabBarIcon: { tabBarIcon: {
width: Platform.OS === 'ios' ? 15: '50%', width: Platform.OS === 'ios' ? 20: '50%',
height: Platform.OS === 'ios' ? 15 : '50%', height: Platform.OS === 'ios' ? 20 : '50%',
resizeMode: 'contain' resizeMode: 'contain'
} }
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment