gpt4 book ai didi

react-native - (React Native) 横向锁屏

转载 作者:行者123 更新时间:2023-12-03 12:24:51 36 4
gpt4 key购买 nike

我是 React Native 的新手,我找不到在横向模式下锁定页面 View 的方法。
有没有办法做到这一点?

谢谢你。

最佳答案

安装: npm install react-native-orientation --save

在 AppDelegate.m
添加这两行:

#import "../../node_modules/react-native-orientation/iOS/RCTOrientation/Orientation.h"

- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
return [Orientation getOrientation];
}

componentDidMount(){


Orientation.lockToLandscape();


}

关于react-native - (React Native) 横向锁屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32571028/

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