gpt4 book ai didi

javascript - 如何禁用屏幕旋转(react-native)?

转载 作者:可可西里 更新时间:2023-11-01 03:39:04 25 4
gpt4 key购买 nike

是否有机会禁用屏幕旋转(仅允许垂直旋转)?我只想支持纵向 View 。并且需要它在 android 和 ios 上工作。

最佳答案

在您的 Manifest.xml 类中添加 screenOrientation

<activity android:name=".YourActivity"
android:label="@string/app_name"
android:screenOrientation="portrait" />

关于javascript - 如何禁用屏幕旋转(react-native)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35645471/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com