Skip to content

Commit

Permalink
fix(suite-native): locks the app orientation in a portrait mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PeKne committed May 22, 2024
1 parent 07594b5 commit 625abf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite-native/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
slug: appSlugs[buildType],
owner: 'trezorcompany',
version: suiteNativeVersion,
orientation: 'portrait',
splash: {
image: './assets/splash_icon.png',
backgroundColor: '#25292E',
Expand Down

0 comments on commit 625abf5

Please sign in to comment.