Commit ca908769 by nguyenquangtung004

TODO: Đã điều chỉnh giao diện tab navigator

parent 27345f2b
...@@ -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' ? 20 : '50%', width: Platform.OS === 'ios' ? 15: '50%',
height: Platform.OS === 'ios' ? 20 : '50%', height: Platform.OS === 'ios' ? 15 : '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