how to disable rotation in React Native?

前端 未结 11 1321
渐次进展
渐次进展 2020-12-02 07:43

I would like to support only portrait view. How can I make a React Native app not to autorotate? I tried searching documentation and Github issues, but I didn\'t find anythi

11条回答
  •  -上瘾入骨i
    2020-12-02 08:23

    You can use react-native-orientation-locker module and lockToPortrait() function.
    This can be helpful if you would also like to have some of the screens with unlocked orientation - in this case you could also use unlockAllOrientations() function.

提交回复
热议问题