#React_native_projects
Explore tagged Tumblr posts
reactnativeexpert0 · 7 months ago
Text
Expert React Native Projects Showcase for Mobile App Development
Explore innovative React Native projects by React Native Expert, showcasing top mobile app development solutions. Our projects deliver seamless user experiences across various industries, ensuring high performance and scalability. Trust our expertise to bring your mobile app vision to life.
Tumblr media
0 notes
skptricks · 6 years ago
Text
Disable Screen Rotation Landscape Mode in Android React Native
This tutorial explains how to disable screen rotation landscape mode in android react native application. There are two different types of orientation in android device, Portrait mode and Landscape mode. Portrait mode is default mode in mobile devices and if we rotate the device it turns into Landscape mode.But While making an application we normally design for the Portrait mode and let the system manage in Landscape mode (You can manage both) but in some cases, we don’t want the system to change the orientation while the user is using our App. But in some case developer wants to disable the Landscape Mode screen rotation in android mobile device, in that case you need to follow the below steps in your react native project.
React Native Disable Screen Rotation
Lets see the below steps that helps to disable screen rotation landscape mode in android react native application.  Step 1: Create a new react native project, if you don’t know how to create a new project in react native just follow this tutorial. Step 2: Open <React_Native_Project> -> android -> app -> src -> main -> AndroidManifest.xml file. Step 3: Find activity tag in AndroidManifest.xml and put android:screenOrientation="portrait" line inside it. Refer the below screenshot for reference.
via Blogger https://ift.tt/2GlqGHA
0 notes