how to disable rotation in React Native?

前端 未结 11 1302
渐次进展
渐次进展 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条回答
  •  有刺的猬
    2020-12-02 08:31

    use this for ios ipad orientaion issue want to change in plist file https://www.reddit.com/r/reactnative/comments/7vkrfp/disabling_screen_rotate_in_react_native_both/

    IOS:

    UISupportedInterfaceOrientations  UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown 
    

提交回复
热议问题