Fix Back button position in Navigation Header (#6204)

This commit is contained in:
Elias Nahum
2022-05-03 08:54:13 -04:00
committed by GitHub
parent ee01febbb8
commit 2376dc934c

View File

@@ -90,6 +90,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
leftContainer: {
height: '100%',
justifyContent: 'center',
paddingLeft: 16,
...Platform.select({
ios: {
zIndex: 5,