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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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