Skip to content

Commit

Permalink
🔨 initialOrientation on IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberkaidev committed Sep 3, 2023
1 parent 7f90d48 commit 8e78d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@
"faceIDPermission": "Allow $(PRODUCT_NAME) to use Face ID."
}
],
"expo-localization"
"expo-localization",
[
"expo-screen-orientation",
{
"initialOrientation": "DEFAULT"
}
]
]
}
}

0 comments on commit 8e78d1c

Please sign in to comment.