File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
<string >UIInterfaceOrientationLandscapeRight </string >
51
51
</array >
52
52
<key >UIViewControllerBasedStatusBarAppearance </key >
53
- <true />
53
+ <false />
54
54
<key >UIAppFonts </key >
55
55
<array >
56
56
<string >GoogleSans-Bold.ttf </string >
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export default function DrawerNavigation(props) {
54
54
name = { 'menu' }
55
55
size = { RFValue ( 22 ) }
56
56
color = "white"
57
- // style={{marginLeft: hp(20)}}
58
57
/>
59
58
</ AnimatedPressable >
60
59
</ View >
@@ -66,6 +65,7 @@ export default function DrawerNavigation(props) {
66
65
) ,
67
66
headerStyle : {
68
67
backgroundColor : '#516195' , //Set Header color
68
+ height : 70
69
69
} ,
70
70
drawerLabelStyle : {
71
71
marginLeft : - 25 ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Ionicons from 'react-native-vector-icons/Ionicons';
3
3
4
4
function AppIcon ( { name, ...otherProps } ) {
5
5
const iconName = name ;
6
- Ionicons . loadFont ( )
6
+ // Ionicons.loadFont()
7
7
return < Ionicons name = { iconName } { ...otherProps } /> ;
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments