We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ef700 commit 66c739eCopy full SHA for 66c739e
src/modules/navigation/RootNavigation.js
@@ -1,6 +1,6 @@
1
import 'react-native-gesture-handler';
2
import React from 'react';
3
-import { createStackNavigator } from '@react-navigation/stack';
+import { createStackNavigator, Header } from '@react-navigation/stack';
4
import { Image, StyleSheet, TouchableOpacity } from 'react-native';
5
6
import StackNavigationData from './stackNavigationData';
@@ -60,6 +60,6 @@ const styles = StyleSheet.create({
60
right: 0,
61
bottom: 0,
62
width: 100 + '%',
63
- height: 57,
+ height: Header.height,
64
},
65
});
0 commit comments