Commit 76be21d4 by nguyenquangtung004

TODO: Đã fix giao diện thanh searchBox

parent 680eb753
import {StyleSheet} from 'react-native'; import {StyleSheet, Platform} from 'react-native';
import R from '../../assets/R'; import R from '../../assets/R';
const styles = StyleSheet.create({ const styles = StyleSheet.create({
...@@ -6,7 +6,7 @@ const styles = StyleSheet.create({ ...@@ -6,7 +6,7 @@ const styles = StyleSheet.create({
containerBoxHeader: { containerBoxHeader: {
flexDirection: 'row', flexDirection: 'row',
marginHorizontal: 15, marginHorizontal: 15,
maxHeight: 40, maxHeight: Platform.OS ==='ios' ? 70:40,
marginTop: 15, marginTop: 15,
}, },
boxLogo: { boxLogo: {
......
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