Fix Back button position in Navigation Header (#6204)
This commit is contained in:
parent
ee01febbb8
commit
2376dc934c
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
leftContainer: {
|
||||
height: '100%',
|
||||
justifyContent: 'center',
|
||||
paddingLeft: 16,
|
||||
...Platform.select({
|
||||
ios: {
|
||||
zIndex: 5,
|
||||
|
|
|
|||
Loading…
Reference in a new issue