Answers for "how can i make react native app vertical"

3

vertical align center react native view

container :{
   justifyContent: 'center', //Centered vertically
   alignItems: 'center', // Centered horizontally
   flex:1
}
Posted by: Guest on February-11-2021
0

react native force vertical

For Android add this to your manifest in each activity:
android:screenOrientation="portrait"
Posted by: Guest on August-17-2021

Code answers related to "how can i make react native app vertical"

Code answers related to "Javascript"

Browse Popular Code Answers by Language