Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react-native landscape mode Orientation

I'm still a beginner. Here is one page that I want to display with landscape mode - when I open up the page. I installed react-native-orientation, but I'm not sure how I can use it.

I want landscape mode when I open the app, so I believe that I should set Orientation when I use, componentWillMount(){ Orientation }

but I'm not sure how to set it up... could anyone tell me how?

like image 455
Kazuki Kimoto Avatar asked Oct 16 '25 17:10

Kazuki Kimoto


1 Answers

Try Following package may be help you.

react-native-orientation

like image 123
Santosh Sharma Avatar answered Oct 18 '25 12:10

Santosh Sharma