(cherry picked from commit 673f10770d)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
a31f2acd78
commit
725225d77e
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