How can I disable landscape mode for some of the views in my Android app?
Add below commend on your project,
npm install npm i react-native-orientation-locker
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!