How to Disable landscape mode in Android?

前端 未结 30 2707
Happy的楠姐
Happy的楠姐 2020-11-22 13:45

How can I disable landscape mode for some of the views in my Android app?

30条回答
  •  心在旅途
    2020-11-22 14:25

    Add below commend on your project,

    npm install

    npm i react-native-orientation-locker

    then you use manifest class like, React_Native (Your Project Folder)/ android/app/src/main/AndroidManifest.xml

    
    
    
    
      
        
            
            
        
      
      
    
    

    Thank You!

提交回复
热议问题