Set Tablet orientation explicitly to all (#5049)
This commit is contained in:
parent
be75a688de
commit
673f10770d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import Store from '@store/store';
|
|||
|
||||
Navigation.setDefaultOptions({
|
||||
layout: {
|
||||
orientation: [DeviceTypes.IS_TABLET ? undefined : 'portrait'],
|
||||
orientation: [DeviceTypes.IS_TABLET ? 'all' : 'portrait'],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue