Skip to content

Setting up rotation

Zariep edited this page Jul 6, 2026 · 1 revision

in your android/app/src/main/AndroidManifest.xml, look for:

android:screenOrientation="portrait"

Change it to:

Value Behavior
portrait Always vertical
landscape Always horizontal
sensor Automatically rotates to all 4 sides based on phone movement
unspecified Leaves it up to the phone's system default

Clone this wiki locally