79338561

Date: 2025-01-08 09:32:27
Score: 1
Natty:
Report link

For android, android:screenOrientation="portrait" should work after you have rebuilt your project after making this change.

For iOS, in Info.plist, use

<key>UISupportedInterfaceOrientations</key>
<array>
    <string>UIInterfaceOrientationPortrait</string>
</array>

and then rebuild the project.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: farhanJS