gpt4 book ai didi

react-native - 世博会 - 将方向锁定为横向

转载 作者:行者123 更新时间:2023-12-03 16:23:14 25 4
gpt4 key购买 nike

我正在尝试让我的 expo react-native 应用程序以横向显示

我将 app.json 编辑为:

"orientation": "landscape",

这在 App.js 中
import { ScreenOrientation } from 'expo';

export default class App extends React.PureComponent {
// ...
componentDidMount() {
ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.LANDSCAPE);
}
// ...
}

我尝试在 android 模拟器中运行,但看起来模拟器被锁定在纵向模式。
设备的物理方向是横向的,应用程序被“拉伸(stretch)”以适应横向屏幕,但 android 似乎锁定在纵向模式:

https://i.ibb.co/dK54ngp/Capture.png

我检查了设备设置并且“自动旋转”已打开。

我想我错过了一些东西,但我找不到什么。

有人可以告诉我需要做什么才能将应用程序锁定为横向模式吗?

编辑:

它似乎适用于 Nexus 5 模拟器,而不适用于 Nexus 9

最佳答案

对我来说,只需改变 app.json 中的方向就足够了,不需要代码。

关于react-native - 世博会 - 将方向锁定为横向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56725243/

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